Bacon / BaconUser

BaconUser provides simple user management
BSD 2-Clause "Simplified" License
14 stars 9 forks source link

Write more tests that reuse config #17

Open bakura10 opened 11 years ago

bakura10 commented 11 years ago

Currently, tests is mostly done with mocks. This is good, but as a consequence there were plenty of issues that could have been detected by testing directly the code instead of mocking everything.

For example, we should reuse the default config provided by the module, and use it to test them.