From 4b980a8ceb23198a840bb514c8de16ef41fbb036 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 28 Jan 2011 12:35:48 -0500 Subject: Added test runner script. --- test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test diff --git a/test b/test new file mode 100755 index 0000000..67c0cdc --- /dev/null +++ b/test @@ -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 -- cgit v1.2.3