Alex Willmer
|
e36bbde9ac
|
tests: Replace uses of assertTrue() with specific methods
|
2 years ago |
Alex Willmer
|
eb4a7e0ad5
|
tests: cleanup subprocess file handles in create_child_test
|
2 years ago |
Alex Willmer
|
18c89de5a9
|
Remove unused module imports
|
3 years ago |
Alex Willmer
|
caa20be43e
|
tests: Use TestCase.assertEqual()
assertEquals() is deperecated in unittest
|
3 years ago |
Alex Willmer
|
a8317c2393
|
tests: Remove unittest2, use stdlib unittest
unittest2 is incomplatible with Python 3.10
|
3 years ago |
Alex Willmer
|
c87976af40
|
tests: Fix lingering Python 2 isms
|
3 years ago |
Alex Willmer
|
5805e30232
|
tests: Remove unused imports
|
3 years ago |
David Wilson
|
57012e0f72
|
Add mitogen.core.now() and use it everywhere; closes #614.
|
5 years ago |
David Wilson
|
711f46aee9
|
tests: move tty_create_child tests together
|
5 years ago |
David Wilson
|
dcfd733e6f
|
issue #549: remove Linux-specific assumptions from create_child_test
Some stat fields are implementation-specific, little value even testing
them on Linux
|
5 years ago |
David Wilson
|
cd0a557602
|
[stream-refactor] yet another 2.4 issue in create_child_test
|
5 years ago |
David Wilson
|
856dfcebcd
|
[stream-refactor] another 2.4 fix for create_child_test
|
5 years ago |
David Wilson
|
f43e24e970
|
[stream-refactor] repaired rest of create_child_test.
|
5 years ago |
David Wilson
|
f039c81bb0
|
[stream-refactor] rename Process attrs, fix up more create_child_test
|
5 years ago |
David Wilson
|
cfe337b3c0
|
[stream-refactor] import incomplete create_child_test
|
5 years ago |