ariasluisa / 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_patient.py not passing #8

Open Donnyvdm opened 3 hours ago

Donnyvdm commented 3 hours ago

There seems to be a problem with test_patient.py. It imports a class Patient from inflammation.models.py, but this class does not exist. Maybe remove (or skip) this test for now?

IsidoraAnglou commented 2 hours ago

This probably relates to issue #2 where the CI is failing, probably because the test is failing as well.