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