From 09a68fab7d39521ffb5017abaffdb4c946cd5034 Mon Sep 17 00:00:00 2001 From: kali Date: Mon, 27 Aug 2012 05:25:07 +0900 Subject: add new TODO comment --- src/leap/base/tests/test_config.py | 7 +++++++ 1 file changed, 7 insertions(+) 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): -- cgit v1.2.3