forked from sherpa/sherpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
74 lines (73 loc) · 1.77 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[pytest]
minversion = 5.0
testpaths = sherpa
addopts = -rs --ignore=setup.py --ignore=test_requirements.txt
norecursedirs = .git build dist tmp* .eggs
text_file_format = rst
filterwarnings =
# Since we can runpytest without loading pytest-doctestplus, hide
# the warnings we get when this is done
ignore::pytest.PytestConfigWarning
doctest_plus = enabled
doctest_plus_atol = 1e-4
doctest_optionflags =
NORMALIZE_WHITESPACE
ELLIPSIS
FLOAT_CMP
doctest_norecursedirs =
extern
sherpa-test-data
scripts
# Blacklist everything and then remove from this list when it's ready
docs/_examples
docs/code
docs/data
docs/developer
docs/examples
docs/extra
docs/fit
docs/install.rst
docs/mcmc
docs/model_classes
docs/models
docs/optimisers
docs/overview
#docs/plots
docs/statistics
docs/ui
sherpa/__init__.py
sherpa/astro/all.py
sherpa/astro/background.py
sherpa/astro/datastack
sherpa/astro/fake.py
sherpa/astro/flux.py
sherpa/astro/instrument.py
sherpa/astro/io
sherpa/astro/models
sherpa/astro/optical
sherpa/astro/plot.py
sherpa/astro/sim
sherpa/astro/ui
sherpa/astro/tests
sherpa/astro/utils
sherpa/astro/xspec
sherpa/conftest.py
sherpa/estmethods
sherpa/fit.py
sherpa/image
sherpa/include
sherpa/io.py
sherpa/optmethods
sherpa/sim
sherpa/static
sherpa/stats
sherpa/tests
sherpa/ui
sherpa/utils
doctest_subpackage_requires =
sherpa/astro/io/crates_backend.py = pycrates
sherpa/astro/io/pyfits_backend.py = astropy
sherpa/plot/pylab_backend.py = matplotlib
sherpa/plot/pylab_area_backend.py = matplotlib
sherpa/plot/__init__.py = matplotlib
sherpa/plot/bokeh_backend.py = bokeh