Skip to content

Commit 4b9e4ec

Browse files
committed
Add info on mocking in preCICE
1 parent c7bc2a4 commit 4b9e4ec

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

05_testing_and_ci/boost_testing_precice_demo.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ Look around preCICE in the terminal + text editor.
5353
## CTest in Parallel
5454

5555
- 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

Comments
 (0)