Skip to content

Commit 7aa97e8

Browse files
committed
toward pytest
1 parent 72e0c32 commit 7aa97e8

File tree

3 files changed

+14
-30
lines changed

3 files changed

+14
-30
lines changed

.coveragerc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
[run]
2+
omit =
3+
pySDC/tests/*
4+
*/data/*
5+
pySDC/playgrounds/*
6+
17
[report]
8+
skip_empty = True
29
# Regexes for lines to exclude from consideration
310
exclude_lines =
411
# Have to re-enable the standard pragma
@@ -15,4 +22,8 @@ exclude_lines =
1522
if 0:
1623
if __name__ == .__main__.:
1724
pass
18-
@abc.abstractmethod
25+
@abc.abstractmethod
26+
__author__*
27+
28+
[html]
29+
directory = docs/build/test_coverage

pySDC/tests/test_pep8.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ dill>=0.2.6
66
matplotlib>=1.5.3
77
numba>=0.35
88
sympy>=1.0
9-
pytest
10-
pep8
119
# These packages are required for some of the more involved examples (and data types etc.), can be omitted
1210
petsc4py>=3.10.0
1311
mpi4py>=3.0.0
1412
fenics==2018.1.0
1513
mpi4py-fft>=2.0.2
1614
# These packages are used for CI/CD and can be ignored
1715
pip
18-
coverage
16+
pytest
17+
pytest-cov
1918
sphinx==1.8.5

0 commit comments

Comments
 (0)