Skip to content
fixes authored by Stefan Borufka's avatar Stefan Borufka
......@@ -6,7 +6,8 @@
***
#Means to keep the test duration as short as possible.
Means to keep the test duration as short as possible
----------------------------------------------------
- new tests should be always Spock tests
- Remove unused code
......@@ -19,7 +20,8 @@
- Methods that are used by normal users shouldn't only tested as admin or operator
#Structure for tests:
Structure for tests
-------------------
- properties
- static properties
- services
......
......