Test struture creation
Compare changes
doc/test_and_coverage.md
0 → 100644
+ 72
− 0
A better strategy (TDD) is to write first the End to end test. When it fails, before writing the code, you should implement the unit tests. When this one fails too, you can write your code to make your test pass. It's better but takes longer and the code is tested at least twice. So the previous strategy is a better compromise