Commit Graph

9 Commits

Author SHA1 Message Date
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
David Wilson 8f1f3de123 tests: Pythonize env_wrapper.sh, clean up local_test 2018-11-06 16:57:51 +00:00
David Wilson 8a0b343760 issue #406: test for FD leak after every TestCase 2018-11-03 13:28:37 +00:00
David Wilson f977be2868 issue #291: permit supplying a full Python argv. 2018-07-22 16:24:42 -07:00
Alex Willmer 7e01c5bed5 Import and use unittest2 without aliasing it 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 af6812b458 Fix context naming for sudo and via=. 2018-03-19 21:35:37 +05:45