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