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