mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
This increases the line coverage to near 100%, uses pint's testing assertions rather than rolling our own, and uses parameterize extensively to reduce boilerplate in testing as many properties as possible.
4 lines
62 B
Python
4 lines
62 B
Python
import pytest
|
|
|
|
pytest.register_assert_rewrite("pint.testing")
|