Skip to content

Commit 3fb0b64

Browse files
committed
bugfixing tests
1 parent d76ca00 commit 3fb0b64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/environment-fenics.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ dependencies:
88
- matplotlib>=3.0
99
- dill>=0.2.6
1010
- fenics>=2019.1.0
11-
- mpich
1211
- pytest
1312
- pytest-cov
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import pytest
22

3-
from pySDC.projects.Resilience.test_Runge_Kutta_sweeper import test_vdp, test_advection, test_embedded_method
4-
53

4+
@pytest.mark.base
65
def test_main():
6+
from pySDC.projects.Resilience.test_Runge_Kutta_sweeper import test_vdp, test_advection, test_embedded_method
7+
78
test_vdp()
89
test_advection()
910
test_embedded_method()

0 commit comments

Comments
 (0)