diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 12:35:48 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 12:35:48 -0500 |
commit | 4b980a8ceb23198a840bb514c8de16ef41fbb036 (patch) | |
tree | 4e65452055508b11d1431782b46e2dc452f69aa6 | |
parent | 44817035926a23177713eb67971fb5c8b6d2aa8b (diff) |
Added test runner script.
-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 |