mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Added a blank test
This commit is contained in:
@@ -2,6 +2,7 @@ from flask import Flask
|
|||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index():
|
def index():
|
||||||
return 'Hello from notify-admin-frontend'
|
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