lisphilar / covid19-sir

CovsirPhy: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models.

Home Page:https://lisphilar.github.io/covid19-sir/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Dev] remove TestClass because one test module has one test class

lisphilar opened this issue · comments

Checkbox

Script to test

Replace "tests::test_package::test_module.py ::TestClass ::test_method" with "tests::test_package::test_module.py::test_method".

Additional Context

This is because TestClass because one test module has one test class.