Re-enable all tests, to see which ones fail on the buildbots.

This commit is contained in:
Martin v. Löwis 2010-04-12 05:22:25 +00:00
parent 7f7765ce39
commit 5a96543b36

View file

@ -663,12 +663,12 @@ class PyLocalsTests(DebuggerTests):
r".*\na = 1\nb = 2\nc = 3\n.*")
def test_main():
run_unittest(#PrettyPrintTests,
#PyListTests,
#StackNavigationTests,
#PyBtTests,
#PyPrintTests,
#PyLocalsTests
run_unittest(PrettyPrintTests,
PyListTests,
StackNavigationTests,
PyBtTests,
PyPrintTests,
PyLocalsTests
)
if __name__ == "__main__":