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
Documentation for python files can be found on github pages: https://smanishs175.github.io/group18-HW-2-3-4-5/
The above pages site will be automatically updated on every push to main branch.