diff options
Diffstat (limited to 'tests.py')
| -rw-r--r-- | tests.py | 10 |
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!'} |
