Fred Drake
|
2e2be3760c
|
Change the PyUnit-based tests to use the test_main() approach. This
allows using the tests with unittest.py as a script. The tests will
still run when run as a script themselves.
|
2001-09-20 21:33:42 +00:00 |
Fred Drake
|
702ca4ffcb
|
Revert the previous patch to test_pow.py and move the test to test_unary.py
based on a suggestion from Tim Peters; also make sure that we're really
doing exponentiation and not multiplication.
|
2001-08-30 19:15:20 +00:00 |
Tim Peters
|
c15a82813a
|
Change test_overflow to test_no_overflow; looks like big int literals
are auto-coerced to longs now, but this test still expected OverflowError.
I can't imagine this test failure was unique to Windows.
|
2001-08-27 21:45:32 +00:00 |
Jeremy Hylton
|
08a6403973
|
Test the unary operator changes to the compiler
|
2001-08-12 02:22:27 +00:00 |