forked from deepanshs/mrsimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (29 loc) · 779 Bytes
/
setup.cfg
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
[aliases]
test=pytest
[tool:pytest]
addopts =
--cov='./'
--ignore=docs/conf.py
--ignore=setup.py
--ignore=docs/examples
--ignore=docs/fitting
--ignore=docs/signal_processor
--ignore=docs/_build
--ignore=examples_source
--ignore=fitting_source
--ignore=signal_processor_source
--ignore=pyplot
--ignore=src/mrsimulator/benchmark.py
--ignore=src/mrsimulator/__main__.py
--doctest-modules
--doctest-glob='docs/*.rst'
[coverage:run]
omit =
docs/conf.py
setup.py
settings.py
plot_directive_parser.py
; Plot code somehow not completly covered now.
; The code will be cleaned up in v0.7.1 or v0.8 into a maintaniable state
; and new unit tests will be written.
src/mrsimulator/method/plot.py