summaryrefslogtreecommitdiff
path: root/src/leap/base
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-11-30 04:46:55 +0900
committerkali <kali@leap.se>2012-12-12 04:27:50 +0900
commitff6d4b8633edc763f22489030766a6c7a9377693 (patch)
tree6f35a3d1114874abc331a79c73bc927097d30156 /src/leap/base
parentb262ac8bae66c391aa249e93268db9935f1c475f (diff)
progress initial tests
Diffstat (limited to 'src/leap/base')
-rw-r--r--src/leap/base/pluggableconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/base/pluggableconfig.py b/src/leap/base/pluggableconfig.py
index 34c1e060..0ca985ea 100644
--- a/src/leap/base/pluggableconfig.py
+++ b/src/leap/base/pluggableconfig.py
@@ -419,7 +419,8 @@ class PluggableConfig(object):
return True
-def testmain():
+def testmain(): # pragma: no cover
+
from tests import test_validation as t
import pprint