Skip to content

the-akira/Flask-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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