Alexandre Detiste
fe54b0ac3f
prefer newer unittest.mock from the standad library
8 months ago
Alex Willmer
e36bbde9ac
tests: Replace uses of assertTrue() with specific methods
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
Steven Robertson
c12e3d0f92
disable flaky test on py3.6
5 years ago
Steven Robertson
595569eeab
don't run flaky test on python 2.6
5 years ago
Steven Robertson
1f61b9ee67
making commit to retrigger tests'
5 years ago
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.
5 years ago