makehackvoid / mhvdb2

Replacement for MHVDB. Needs a better name.
MIT License
4 stars 7 forks source link

Remade tests to test business logic rather than http response codes #70

Closed cmrn closed 10 years ago

cmrn commented 10 years ago

I think it is far more valuable to test the business logic classes (located in /resources) rather than testing the HTTP status codes.

This also fixes the issue where it is hard to test the status codes when some pages require authentication (see PR #68).

brendam commented 10 years ago

thanks @cmrn