From 45fd6b551dccc85f01061f26642614ceebf39843 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 20 Jan 2012 13:56:02 -0500 Subject: Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which doesn't seem to have Python 3 support yet.) --- test | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 test (limited to 'test') diff --git a/test b/test deleted file mode 100755 index 420e5ef..0000000 --- a/test +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# Run all the tests in /tests/. -# Don't run the test superclasses in /beautifulsoup/. -unit2 discover -t . -s bs4.tests -- cgit v1.2.3