jasleenkapoor / Python-Project-

MIT License
0 stars 0 forks source link

Regression Tests #7

Open jasleenkapoor opened 1 year ago

jasleenkapoor commented 1 year ago

Have regression tests been written to cover a reasonable proportion of the software, ensuring all code is working after any significant changes. Important for the functionality for this python Package.

zhap066 commented 1 year ago

Note: Regression testing requires $ pytest . --cov

Must have a set place for tests to run (e.g. folder named tests)