Skip to content

The repository is an effort to demonstrate good software engineering practices with respect to version control of the source code. The project is part of the course CSC510 at NC State University.

License

Notifications You must be signed in to change notification settings

sakshampandey27/CSC510-group18-HW2345

 
 

Repository files navigation

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

About

The repository is an effort to demonstrate good software engineering practices with respect to version control of the source code. The project is part of the course CSC510 at NC State University.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%