You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should add tests for all DAOs in the persistence layer of the mm-bot:
All tests should be in the tests folder within the mm-bot
The local database for testing should have default inserts using sql scripts
The tests should follow the following workflow: setup local db (before all) -> populate the local db (before each) -> clean the local db (after each) -> teardown the local db (after all)
The text was updated successfully, but these errors were encountered:
Should add tests for all DAOs in the persistence layer of the mm-bot:
The text was updated successfully, but these errors were encountered: