Skip to content
Snippets Groups Projects
Commit 2e2ae747 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Import test.base instead of importing unittest. Removed top-level

code -- use testdriver.py to run the tests instead.
(TestPopen): Inherit from test.base.TestCase.
(Timeout): Moved to test/base.py.
(handler): Ditto.
(TestPopen.setUp): Moved to test.base.TestCase.
(TestPopen.tearDown): Ditto.
(TestPopen.test_popen_sleep_1): Use assertTimeDiff instead of
	assertAlmostEqual.
(TestPopen.test_popen_sleep_1_compat): Ditto.
(TestPopen.test_read_hello_no_eof_handling): New test.
(TestPopen.test_read_hello_no_eof_handling_no_exception): New test.
parent 26683ff6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment