commit | c6fdec6d7eef0582baefd77b4a51da9b69326a37 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Oct 28 13:10:17 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Oct 28 13:10:17 2006 +0000 |
tree | 10099b46c733019602f721269f9aea677f6dfc2d | |
parent | 3a3d8ea4970a847d83878102dd382275de2988dc [diff] |
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.