network/tests/unit
Wen Liang b0c8195843 unit tests: Fix python 2.6 compatibility
Introduce Python26CompatTestCase to fix Python 2.6 support for unit
tests:

- Use TestCase.assertRaises on Python 2.6 because it does not support
  TestCase.assertRaisesRegexp

- Use TestCase.assertRaisesRegex on Python 3.2 and newer because it
  deprecates TestCase.assertRaisesRegexp

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2021-10-28 14:20:38 +02:00
..
test_network_connections.py unit tests: Fix python 2.6 compatibility 2021-10-28 14:20:38 +02:00
test_nm_provider.py fix python black issues 2021-05-03 18:41:05 +02:00