cecilianor / Qt-thesis

MIT License
9 stars 4 forks source link

Implement unit tests #43

Closed cecilianor closed 7 months ago

cecilianor commented 8 months ago

Everyone should start implementing unit tests on the software they have developed. We should also agree on what code coverage we want.

Siamak Khatami said that there is norm in the software industry to aim for 80 % code coverage, but that it's ultimately up to the development team to decide. Cecilia votes for 80 % just to follow that but doesn't feel strongly about this.

Sections that can have unit tests:

Child issue:(s) #37

Didgy74 commented 8 months ago

Nils will help write unit tests.

cecilianor commented 7 months ago

We have made the initial unit tests. Note that code coverage won't apply to our case anymore since we never got the Coco code coverage tool to work. Supervisor Rafael Palomar has advised that a code coverage report doesn't really matter that much. Our goal going forward should be to make as many unit tests as possible, so that's our goal going forward.