You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 05_testing_and_ci/boost_testing_precice_demo.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,10 @@ Look around preCICE in the terminal + text editor.
53
53
## CTest in Parallel
54
54
55
55
- Build preCICE and run tests via `ctest -j 16`, runs tests in parallel, automatic feature of CTest
56
+
57
+
## Mocking preCICE
58
+
59
+
- Even more important than for "normal" software, since coupling library needs two software stacks to couple.
60
+
- WIP: mock shipped with preCICE, currently there is "only" a prototype in Python bindings
61
+
- Look at [how both environments are distinguished](https://github.com/precice/python-bindings/blob/313441ca296da9bbc694bd99ba930c64b48aa11a/setup.py#L35-L39)
62
+
- Look at files in [`test/`](https://github.com/precice/python-bindings/tree/develop/test)
0 commit comments