Best Flask open-source libraries and packages

Flask Testing

Small application for Unit Testing purposes
Updated 2 years ago

Flask Testing

Small application for Unit Testing purposes

Installation

Clone the Repository

git clone https://github.com/the-akira/Flask-Testing.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Inside app

Run the Application

python app.py

Run the tests

python app.test.py