BobAubouin / Python_Anesthesia_Simulator

Simulate the effect of drugs during total intrevenous anesthesia
GNU General Public License v3.0
5 stars 3 forks source link

Improve Code Testing and Coverage #17

Open JHartzer opened 1 year ago

JHartzer commented 1 year ago

Consider adding a test framework such as pytest or unittest and coupling that with a tool such as coverage. This would help improve understanding of which lines of code are being tested and identify any gaps in testing coverage.