diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 14:32:29 -0600 |
---|---|---|
committer | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 17:30:51 -0600 |
commit | edb501db0ee21566de423ee571814bcf1111f2eb (patch) | |
tree | acc30fc524b090fd8350717b87d0fb7cf9ff5a25 /pytest.ini | |
parent | c932e51c056670f95426c49b6522b74e4bb561b7 (diff) | |
download | numpy-edb501db0ee21566de423ee571814bcf1111f2eb.tar.gz |
MAINT: Add a pytest.ini
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..d3d7142d4 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,9 @@ +[pytest] +norecursedirs = doc tools numpy/linalg/lapack_lite numpy/core/code_generators +doctest_optionflags = NORMALIZE_WHITESPACE +testpaths = numpy + +env = + PYTHONHASHSEED=0 + +# addopts = --doctest-modules --ignore=numpy/f2py/__main__.py --ignore=numpy/core/cversions.py --ignore=numpy/ma/core.py --ignore=numpy/ma/version.py --ignore=numpy/testing/utils.py --ignore=numpy/testing/decorators.py |