Commit Graph

8 Commits

Author SHA1 Message Date
Alex Willmer e36bbde9ac tests: Replace uses of assertTrue() with specific methods 2022-07-17 13:44:05 +01:00
Alex Willmer 18c89de5a9 Remove unused module imports 2022-04-23 10:01:06 +01:00
Alex Willmer caa20be43e tests: Use TestCase.assertEqual()
assertEquals() is deperecated in unittest
2022-04-21 19:23:43 +01:00
Alex Willmer a8317c2393 tests: Remove unittest2, use stdlib unittest
unittest2 is incomplatible with Python 3.10
2022-04-20 17:54:12 +01:00
Steven Robertson c12e3d0f92 disable flaky test on py3.6 2020-04-30 14:49:12 -07:00
Steven Robertson 595569eeab don't run flaky test on python 2.6 2020-03-20 21:32:16 -07:00
Steven Robertson 1f61b9ee67 making commit to retrigger tests' 2020-03-20 18:21:42 -07:00
David Wilson e86f371b93 issue #621: send ADD_ROUTE earlier and add test for early logging.
Logs were broken because ADD_ROUTE was being sent *after* messages
started flowing from the new child. That's an explicit non-goal of the
design, so fix it.
2019-08-18 00:59:34 +01:00