seanbsu / ChartCare

GNU General Public License v3.0
0 stars 3 forks source link

Refactor Tests to follow the Single Responsibility Principle #47

Closed seanbsu closed 2 months ago

seanbsu commented 2 months ago

Some of the tests are tightly coupled to the implementations. They should be refactored to follow the SR principle of SOLID ensuring they only are responsible for testing if the page contains specified content or function accuracy.