mariusmucenicu / knowlift

A software that will keep you sharp between the ears.
https://knowlift.com/
GNU General Public License v3.0
0 stars 1 forks source link

Refactor web tests #66

Closed mariusmucenicu closed 5 years ago

mariusmucenicu commented 5 years ago

Tests should be a little more specific when using method names. For instance test_about should really say what it's doing instead of trying to have such a wide spectrum of possibilities so it should be in accordance to what the method is doing. Also don't forget to name the functions as commands to the class, as in test_get_about_page.