blob: a5c9153e36584e41b9691b6bc8a6c897aaf7a272 (
plain)
1
2
3
4
|
Test_code_module now passes if run after test_idle, which sets ps1.
The code module uses sys.ps1 if present or sets it to '>>> ' if not.
Test_code_module now properly tests both behaviors. Ditto for ps2.
|