Added a blank test

This commit is contained in:
Rebecca Law
2015-11-18 16:52:43 +00:00
parent 94dadfac92
commit 83a1dbd79d
4 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ from flask import Flask
app = Flask(__name__)
@app.route('/')
def index():
return 'Hello from notify-admin-frontend'

0
scripts/run_tests.sh Normal file → Executable file
View File

0
tests/__init__.py Normal file
View File

2
tests/test_app.py Normal file
View File

@@ -0,0 +1,2 @@
def test_app():
assert 1 == 1