Open karliatto opened 7 years ago
The function dropDatabaseTables does not drop the table "sessions" in "bitstarter_test" database due to the fact that it takes the name of the tables from the models and sessions table is created by session_express module.
Yes, you are correct. Good catch!
We should not drop the sessions table during the test clean-up. Instead we should empty the sessions database table. See my comments on the #93.
sessions
The function dropDatabaseTables does not drop the table "sessions" in "bitstarter_test" database due to the fact that it takes the name of the tables from the models and sessions table is created by session_express module.