Hi devs,
during GCI 2017 we got several new tests for some of the module
without any tests.
For few cases we good tests from two different students. The test are
really similar using different maps. Do you think these duplicate test
should be:
- added as they are, as new files
- merged in the existing tests, keeping only the test with different
options/flags
- merged in the existing tests, keeping all the tests
let me know
--
ciao
Luca
www.lucadelu.org
On 15/01/18 17:47, Luca Delucchi wrote:
Hi devs,
during GCI 2017 we got several new tests for some of the module
without any tests.
For few cases we good tests from two different students. The test are
really similar using different maps. Do you think these duplicate test
should be:
- added as they are, as new files
-1
- merged in the existing tests, keeping only the test with different
options/flags
+1
- merged in the existing tests, keeping all the tests
-1
Generally, I think we should avoid redundancies as much as possible, including in tests.
Moritz