0liverCrosby / python-intermediate-inflammation

A template software project for use in Intermediate Research Software Development Skills In Python course. Contact: @anenadic
MIT License
0 stars 0 forks source link

Test for negative integers #3

Open th8917 opened 3 weeks ago

th8917 commented 3 weeks ago

https://github.com/0liverCrosby/python-intermediate-inflammation/blob/9868b31b0349a42546418143efdf07ae77363dec/tests/test_models.py

you have a test considering positive integers, have you considered testing for the case where negative integers are given as an input?