FEUP-LDTS-2021 / ldts-project-assignment-g1302

ldts-project-assignment-g1302 created by GitHub Classroom
0 stars 1 forks source link

Refactor tests #32

Closed pedronunes19 closed 2 years ago

pedronunes19 commented 2 years ago

Testing coordinates only in ElementTest, since Element's constructor is the one called for that purpose, addressing in a way the problem of testing the same thing multiple times . This reduces test coverage, so may not be technically a good idea.

Closes #29

Naapperas commented 2 years ago

Keeping empty test suites in case they are needed in the future (one possible example is to check for collectible notification).