Skip to content

Commit

Permalink
added pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasMass committed Jun 11, 2023
1 parent 46c9479 commit 9226844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

app = Flask(__name__)

message = "Flask is working"
message = "Flask is not working"
# Define the root route
@app.route('/')
def index():
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Flask==2.2.2
Flask
pytest

0 comments on commit 9226844

Please sign in to comment.