8 lines
89 B
Python
8 lines
89 B
Python
|
"""
|
||
|
Fixtures for testing Calf.
|
||
|
"""
|
||
|
|
||
|
import pytest
|
||
|
|
||
|
parametrize = pytest.mark.parametrize
|