pybamm-team / PyBaMM

Fast and flexible physics-based battery models in Python
https://www.pybamm.org/
BSD 3-Clause "New" or "Revised" License
876 stars 492 forks source link

Moving `test_util.py` to pytest #4214

Closed prady0t closed 4 days ago

prady0t commented 1 week ago

Description

Refactored test_util.py from unittest style test to pytest.

Part of #4156

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.55%. Comparing base (a786a5e) to head (7516ca8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4214 +/- ## ======================================== Coverage 99.55% 99.55% ======================================== Files 288 288 Lines 21878 21878 ======================================== Hits 21781 21781 Misses 97 97 ```

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

prady0t commented 4 days ago

I added the class structure back.