source/projects/calf/tests/python/conftest.py

9 lines
90 B
Python
Raw Normal View History

2021-04-09 07:16:16 +00:00
"""
Fixtures for testing Calf.
"""
import pytest
2021-05-31 18:28:46 +00:00
2021-04-09 07:16:16 +00:00
parametrize = pytest.mark.parametrize