Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 634 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 634 Bytes

Mini example of Flask and Pytest

Actions Workflow

This is a examle repository for my article.

Setup

Create and activate the virtual environment

virtualenv venv
source venv/bin/activate

Run the server

python app.py

Run the tests

python -m pytest

The server will be up on http://localhost:5000.

Requirements

Python >= 3.6

License

MIT