mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05:00
Added a blank test
This commit is contained in:
@@ -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
0
scripts/run_tests.sh
Normal file → Executable file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
2
tests/test_app.py
Normal file
2
tests/test_app.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_app():
|
||||
assert 1 == 1
|
||||
Reference in New Issue
Block a user