The output directory for tests that compare against stdout is now gone!

This commit is contained in:
Brett Cannon 2008-03-18 04:16:06 +00:00
parent aa5778d1b8
commit a5573b3153
2 changed files with 5 additions and 35 deletions

View file

@ -78,6 +78,8 @@ Library
Tests
-----
- Output comparison tests are no longer supported.
- Rewrite test_errno to use unittest and no longer be a no-op.
- GHOP 234: Convert test_extcall to doctest.