diff --git a/README.md b/README.md index 1f30567b5fcb3dea275719dc2cafb59b6fecdc99..2b0ad36a7135e082e1812871719b8ed65ba9898b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This project is being developed at Masaryk University, Brno, as collaborative pr * The source code has to be maintainable via Maven. If you use IDEA for development, be carefull that this IDE transforms the original Maven project into its own obscure format. You can use it, but at the end, your code has to be installable and runnable via maven (see Installation and running). When pushing your code into gitlab, the maven installation is tested. * Document public interafaces rigorously. * Commit and push regularly. Keet branches (iterations) as short as possible. -* Write junit test whenever possible. +* Write junit test whenever possible. For the `MesmModel` module, unit tests are mandatory for every new functionality! * The client part (GUI) of the project is developed in [NetBeans Platform](https://netbeans.apache.org/kb/docs/platform/index.html) framework. ## Structure (modules):