Skip to content

This is a simple flask API server. The code has been tested with %100 test coverage. Also, A command line interface was written to show API server's functionality.

Notifications You must be signed in to change notification settings

S1naHeidari/Flask_API_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to run the tests, install Python's 'Coverage' and 'pytest' libraries. The two are dependencies of 'pytest-cov' plugin which could be installed via pip package manager

Run the main Flask module by running python3 PizzaParlour.py

Run unit tests with coverage by running pytest --cov-report term --cov=. tests/unit_tests.py ***We have achived %100 test covrage

To run the command line interface run the 'PizzaParlour' app, then go to 'Interface' folder and run python3 cmd_interface.py

You can test if all API functions work when running command line interface

About

This is a simple flask API server. The code has been tested with %100 test coverage. Also, A command line interface was written to show API server's functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published