Skip to content
Snippets Groups Projects
Unverified Commit b5a9babd authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon: Committed by GitHub
Browse files

minor typo

parent f129b13e
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ A bug tracking system is obligatory! Please use the respective bug tracking syst ...@@ -160,7 +160,7 @@ A bug tracking system is obligatory! Please use the respective bug tracking syst
We aim to have a test coverage of **100%** (except for getter and setter methods). We aim to have a test coverage of **100%** (except for getter and setter methods).
Whether you achive this by Test Driven Development (TDD) or not is specific to Whether you achive this by Test Driven Development (TDD) or not is specific to
yout preferred way to work. your preferred way to work.
Please keep in mind not only to write a test for each of your functions but also Please keep in mind not only to write a test for each of your functions but also
to consider all possible outcomes. It is e.g. not sufficient to test if a function to consider all possible outcomes. It is e.g. not sufficient to test if a function
...@@ -175,7 +175,7 @@ Examples for different programming languages are: ...@@ -175,7 +175,7 @@ Examples for different programming languages are:
- @TODO: Code building (such as Jenkins, Gitlab Runner) - @TODO: Code building (such as Jenkins, Gitlab Runner)
- @TODO: Provide complete example for Jenkins and Gitlab runner! - @TODO: Provide complete example for Jenkins and GitLab runner.
- @TDOO: Monitoring (such as Icinga) - @TDOO: Monitoring (such as Icinga)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment