Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 443 Bytes

TESTING.md

File metadata and controls

11 lines (8 loc) · 443 Bytes

Unit tests

The unit tests are added in the following directory. test

Integration tests.

Integration tests are added in the Integration test folder. The integration tests are written in python and uses the faker library to generate fake data.

Setup virtual environment and install requirements pip install -e requirements.txt