Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 355 Bytes

File metadata and controls

14 lines (10 loc) · 355 Bytes

Example project

Update Project

  • "pipreqs ." in order to write all libraries

Install requirements

  • "pip install -r requirements.txt" to install all libraries
  • python3 main.py" to start the program

Run all tests

  • python3 -m pytest" to start all unittests and integration tests
  • export PYTHONPATH=$PYTHONPATH=. **** pytest --cov=. tests/