diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/base/tests/test_config.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/leap/base/tests/test_config.py b/src/leap/base/tests/test_config.py index 73b0f32c..0a98dbaf 100644 --- a/src/leap/base/tests/test_config.py +++ b/src/leap/base/tests/test_config.py @@ -104,6 +104,13 @@ class ProviderDefinitionTestCase(ProviderTest): # doing an extra wipe of the tempdir... but be careful!!!! do not mess with # os.environ home more than needed... that could potentially bite! +# XXX actually, another thing to fix here is separating tests: +# - test that requests has been called. +# - check deeper for error types/msgs + +# we SHOULD inject requests dep in the constructor +# (so we can pass mock easily). + class ProviderFetchConError(ProviderTest): def test_connection_error(self): |