DEBSOURCES
Skip Quicknav
sources / python-sparse / 0.17.0-1 / benchmarks / conftest.py
1234567891011
import pytest @pytest.fixture def seed(scope="session"): return 42 @pytest.fixture def max_size(scope="session"): return 2**26