diff --git a/wscacicneo/test/tests.py b/wscacicneo/test/tests.py deleted file mode 100644 index 861f20d..0000000 --- a/wscacicneo/test/tests.py +++ /dev/null @@ -1,16 +0,0 @@ -import unittest -from pyramid import testing - - -class ViewTests(unittest.TestCase): - def setUp(self): - self.config = testing.setUp() - - def tearDown(self): - testing.tearDown() - - def test_my_view(self): - from .views import my_view - request = testing.DummyRequest() - info = my_view(request) - self.assertEqual(info['project'], 'WSCacicNeo') -- libgit2 0.21.2