s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Tests for v0.1 functionality #17

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 7 years ago

Add missing unit tests for different classes that was present in v0.1 of this application

s-kostyuk commented 6 years ago
s-kostyuk commented 6 years ago
s-kostyuk commented 6 years ago

Implemented two variants of Thing-related unit tests.

The question is: it is a good practice to use inheritance for TestCases? And is there another way to reduce code duplication for different implementations of the same interface?


Some food for thoughts:

s-kostyuk commented 6 years ago

Implemented in 19562c6. Will be reviewed in the next milestone