diff options
-rwxr-xr-x | test | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh + +# Run all the tests in /tests/. +# Don't run the test superclasses in /beautifulsoup/. +unit2 discover -t . -s tests |
![]() |
index : beautifulsoup.git | |
Unnamed repository; edit this file 'description' to name the repository. | User & |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | test | 5 |
@@ -0,0 +1,5 @@ +#!/bin/sh + +# Run all the tests in /tests/. +# Don't run the test superclasses in /beautifulsoup/. +unit2 discover -t . -s tests |