]> ToastFreeware Gitweb - philipp/winterrodeln/wrfeed.git/blobdiff - wrfeed/tests/functional/test_berichte.py
Add basic unittests.
[philipp/winterrodeln/wrfeed.git] / wrfeed / tests / functional / test_berichte.py
diff --git a/wrfeed/tests/functional/test_berichte.py b/wrfeed/tests/functional/test_berichte.py
deleted file mode 100644 (file)
index 693a9f2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-from feed.tests import *
-
-class TestBerichteController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url(controller='berichte', action='index'))
-        # Test response...