AY2021S1-CS2103T-W16-3 / tp

https://ay2021s1-cs2103t-w16-3.github.io/tp/
MIT License
0 stars 6 forks source link

Exclude UI from test coverage #286

Closed wltan closed 4 years ago

wltan commented 4 years ago

UI components are considerably more difficult to write automated tests, as they are on the JavaFX framework which has its own limitations on threading, among other issues.

Let's exclude UI from test coverage, so that we can focus on the other components.