]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Convert test_global, test_scope and test_grammar to unittest.
authorGeorg Brandl <georg@python.org>
Sat, 28 Oct 2006 13:10:17 +0000 (13:10 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 28 Oct 2006 13:10:17 +0000 (13:10 +0000)
commitc6fdec6d7eef0582baefd77b4a51da9b69326a37
tree10099b46c733019602f721269f9aea677f6dfc2d
parent3a3d8ea4970a847d83878102dd382275de2988dc
Convert test_global, test_scope and test_grammar to unittest.

I tried to enclose all tests which must be run at the toplevel
(instead of inside a method) in exec statements.
Lib/test/README
Lib/test/output/test_global [deleted file]
Lib/test/output/test_grammar [deleted file]
Lib/test/output/test_scope [deleted file]
Lib/test/test_global.py
Lib/test/test_grammar.py
Lib/test/test_scope.py
Lib/test/test_support.py