PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 5 forks source link

Separate v1 and v2 tests #284

Closed dweindl closed 6 days ago

dweindl commented 6 days ago

Move tests to v1 and v2 subpackages as done for the library.

Also improve error handling for incorrect SBML models / paths.

codecov-commenter commented 6 days ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 75.25%. Comparing base (56b67ea) to head (d7e483e).

Files Patch % Lines
petab/v1/sbml.py 0.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #284 +/- ## =========================================== - Coverage 75.32% 75.25% -0.08% =========================================== Files 69 69 Lines 4256 4260 +4 Branches 898 900 +2 =========================================== Hits 3206 3206 - Misses 787 789 +2 - Partials 263 265 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.