summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rw-r--r--tests.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests.py b/tests.py
deleted file mode 100644
index 9d52baa..0000000
--- a/tests.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from apistar.test import TestClient
-from app import app, welcome
-
-
-def test_welcome():
- """
- Testing a view directly.
- """
- data = welcome()
- assert data == {'message': 'Welcome to API Star!'}