Skip to content

Commit 559cfbb

Browse files
author
Andrew Mickael
committed
Added pytest
1 parent ce54152 commit 559cfbb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ To start the application run `app.py` and navigate to http://127.0.0.1:5000, you
7272
* [werkzeug](https://github.com/pallets/werkzeug) - The comprehensive WSGI web application library
7373
* [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) - The Database Toolkit for Python
7474
* [pyodbc](https://github.com/mkleehammer/pyodbc) - Python ODBC bridge
75+
* [pytest](https://github.com/pytest-dev/pytest) - The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
7576
* [typing-extensions](https://github.com/python/typing/tree/master/typing_extensions)
7677
* Note that this is only needed for Python <3.7
7778
* Basic Flask and Flask-RestX configuration

create_flask_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
__author__ = "Andrew Mickael"
9-
__version__ = "0.1.3"
9+
__version__ = "0.1.4"
1010
__description__ = "Create a Flask microservice with a few keystrokes"
1111

1212

create_flask_service/template/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ marshmallow
99
python-jose
1010
werkzeug
1111
pyodbc
12+
pytest
1213
typing-extensions

0 commit comments

Comments
 (0)