From: Trent M. <tr...@gm...> - 2007-11-06 05:57:46
|
> If Trent's test script does > all that ours does and more, we could just use it instead. Please feel free. The main generic harness support is test/testlib.py (provided for TestSkipped -- sometimes useful, listing available test cases, and tagging and command-line filtering to run specific tests). The markdown2-specific harness (test_markdown2.py) generates individual unittest.TestCase methods for each text file in given test case dirs. It should be very straighforward for you to re-use it. Trent -- Trent Mick tr...@gm... |