Skip to content

Commit a435f85

Browse files
Shorten learning goal for testing part
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@ipvs.uni-stuttgart.de>
1 parent 1f72790 commit a435f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_testing_and_ci/intro_slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ slideOptions:
2929

3030
## Learning Goals of the Chapter
3131

32-
- Know the need of developing testing infrastructure for simulation software.
32+
- Explain why developing tests is crucial.
3333
- Explain the concepts of unit testing, integration testing and regression testing with the perspective of simulation software.
3434
- Write tests using the Python libraries `pytest` and `unittest`.
3535
- Write tests in C++ using `Boost.Test`.

0 commit comments

Comments
 (0)