Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 519 Bytes

group18-HW2

The src folder has all the code associated with the application and tests folder has all the tests.

To run all the tests, run the below command from the project directory.

python3 -m pytest

To run a specific test:

python3 -m pytest tests/<test_file_name>.py

The following files have the tests requested.

tests/test_bignum.py -> bignum tests/test_csv.py -> eg.csv tests/test_data.py -> eg.stats and eg.data tests/test_num.py -> num tests/test_sym.py -> sym tests/test_the.py -> the