Good Practice - 52North/IlwisTests GitHub Wiki
Currently all tests are bundled in one module. Therefore each developer has to make sure it stays compilable when working on a different module. So keep in mind to only push changes to the test module when the module you are working on is also in sync with the code others can checkout too!
Good practice during development shall keep as productive as possible. Staying productive includes several things everyone has to keep in mind.
TODOs
- fill out content
- document other points