diff --git a/rhodecode/tests/functional/test_compare.py b/rhodecode/tests/functional/test_compare.py new file mode 100644 --- /dev/null +++ b/rhodecode/tests/functional/test_compare.py @@ -0,0 +1,7 @@ +from rhodecode.tests import * + +class TestCompareController(TestController): + + def test_index(self): + response = self.app.get(url(controller='compare', action='index')) + # Test response...