mirror of
https://github.com/python/cpython.git
synced 2024-12-01 03:01:36 +01:00
fb817cd4a2
test_rotor.py: New test of the rotor module. test_*: converted to the new test harness. GvR note! test_signal.py works interatively (i.e. when verbose=1) but does not work inside the test harness. It must be a timing issue, but I haven't figured it out yet.
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
test_new
|
|
new.module()
|
|
new.classobj()
|
|
new.instance()
|
|
new.instancemethod()
|
|
new.function()
|
|
new.code()
|