mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-28 13:33:57 +00:00
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> |
||
|---|---|---|
| .. | ||
| test_network_connections.py | ||
| test_nm_provider.py | ||