mirror of
https://github.com/python/cpython.git
synced 2025-09-21 16:10:33 +00:00
Re-enable all tests, to see which ones fail on the buildbots.
This commit is contained in:
parent
7f7765ce39
commit
5a96543b36
1 changed files with 6 additions and 6 deletions
|
@ -663,12 +663,12 @@ class PyLocalsTests(DebuggerTests):
|
||||||
r".*\na = 1\nb = 2\nc = 3\n.*")
|
r".*\na = 1\nb = 2\nc = 3\n.*")
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
run_unittest(#PrettyPrintTests,
|
run_unittest(PrettyPrintTests,
|
||||||
#PyListTests,
|
PyListTests,
|
||||||
#StackNavigationTests,
|
StackNavigationTests,
|
||||||
#PyBtTests,
|
PyBtTests,
|
||||||
#PyPrintTests,
|
PyPrintTests,
|
||||||
#PyLocalsTests
|
PyLocalsTests
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue