joshuaadickerson / Elkarte2

Elkarte Version 2
Other
0 stars 0 forks source link

Move Non-Database Tests #5

Open joshuaadickerson opened 8 years ago

joshuaadickerson commented 8 years ago

Tests which aren't integration tests - meaning they don't need to use the database - should be moved out of the regular tests path. Integration tests are essential but we should test to make sure the rest of the code is good on its own without worrying about whether the database is working.