David Wilson
06e52ca89f
issue #535 : wire mitogen.os_fork into Broker and Pool.
2019-02-17 21:56:21 +00:00
David Wilson
b263e01867
issue #481 : avoid crash if disconnect occurs during forward_modules()
2019-02-10 19:19:31 +00:00
David Wilson
19ae7b7a84
issue #508 : fix responder stats test due to new smaller parent.py.
2019-02-09 22:20:54 +00:00
David Wilson
f420d876f2
issue #477 : stop using fork in responder_test.
2019-01-26 01:46:43 +00:00
David Wilson
386d869d5f
tests: fix responder_test after removing unused imports
2019-01-20 08:11:54 +00:00
David Wilson
26fdbf70e0
tests: good_load_module_size check can't be exact
...
Since message contains pathnames that vary across machines
2019-01-20 06:18:35 +00:00
David Wilson
f2f41809ae
issue #459 : initial get_stats() implementation
2019-01-19 15:55:52 +00:00
David Wilson
1d97493fcd
tests: fallout from #447 .
2019-01-19 11:32:35 +00:00
David Wilson
8a0b343760
issue #406 : test for FD leak after every TestCase
2018-11-03 13:28:37 +00:00
David Wilson
4146648759
master: log error an refuse __main__ import if no guard detected.
...
Closes #366 .
2018-10-02 19:19:30 +01:00
David Wilson
6cbf34d5fe
tests: another smattering of 3.x type/API fixes.
2018-07-07 14:55:47 +01:00
David Wilson
1d04a99adb
issue #275 : missing check_output() call
2018-06-25 01:35:36 +01:00
David Wilson
f7d2eace08
tests: importer fixes
2018-05-29 14:07:13 +01:00
David Wilson
ce6fb05d87
tests: 'fix' responder test.
...
Needs a complete rewrite, but this will do for now.
2018-04-16 16:59:45 +01:00
David Wilson
2132c311b2
tests: mark some tests as skipped
2018-03-19 21:58:35 +05:45
Alex Willmer
b433645d11
tests: Fix import error
2018-03-19 21:58:33 +05:45
David Wilson
ccd9c62399
tests: stubs for future whitelist/blacklist tests.
2018-03-19 21:58:29 +05:45
Alex Willmer
7e01c5bed5
Import and use unittest2 without aliasing it
2018-03-19 21:58:28 +05:45
Alex Willmer
e8e023ce59
Use specific TestCase assertions throughout tests
...
e.g. assert x == y -> self.assertEqual(x, y);
self.assertTrue(isinstance(x, y)) -> self.assertIsInstance(x, y)
These specific methods give more useful errors in the case of a test
failure.
2018-03-19 21:58:28 +05:45
Alex Willmer
17da6e9998
Use unittest2 in all tests
...
This allows using features such as TestCase,assertIsInstance on Python
2.6 and earlier.
2018-03-19 21:58:27 +05:45
David Wilson
f8a84616d7
tests: stop responder_test spamming the logs
2018-03-19 21:58:27 +05:45
David Wilson
1449c972eb
Allow running responder_test with unittest.
2018-03-19 21:35:36 +05:45
David Wilson
e2d3ac9b6a
Fixup some more tests.
2018-03-19 21:35:35 +05:45
David Wilson
e7ff6259a3
Initial commit.
2018-03-19 21:35:13 +05:45