X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/SVBaL.git/blobdiff_plain/06cedd05523f072d850e26d82d6394db66632cbc..ac976f055207bbbf89e83b8efa0fa20455f52dc3:/python/eh_app/tests.py?ds=sidebyside diff --git a/python/eh_app/tests.py b/python/eh_app/tests.py index 8fac548..5f6affd 100644 --- a/python/eh_app/tests.py +++ b/python/eh_app/tests.py @@ -16,7 +16,7 @@ class TestConfig(TestCase): val = cf.getConfig("bla") assert (val == "bar") - +''' class TestQModel(TestCase): def setUp(self): cf = config.getInstance("svbal") @@ -33,4 +33,4 @@ class TestQModel(TestCase): if m.nachname == "Wagner": gst = m.VersicherteGrundstucke() assert (len(gst) == 3) - \ No newline at end of file +''' \ No newline at end of file