Files
cantera/test/python/conftest.py
Bryan Weber c02f01725d [Units/Test] Refactor test suite to use pytest
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.
2023-04-25 18:14:19 -04:00

4 lines
62 B
Python

import pytest
pytest.register_assert_rewrite("pint.testing")