summaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
blob: 9282809cb436d3d7c50568f276ca7b0cc099fd26 (plain) (blame)
1
2
3
4
5
6
import pytest


@pytest.fixture(autouse=True)
def add_np(doctest_namespace):
    doctest_namespace["np"] = numpy
remember that computers suck.