Files
RecordFlux/tests/__init__.py
Tobias Reiher fa9e90877b Refactor tests
Ref. #224
2020-06-02 15:48:07 +02:00

8 lines
112 B
Python

import logging
import pytest
logging.disable(logging.CRITICAL)
pytest.register_assert_rewrite("tests.utils")