When running tests with Flask-SQL alchemy's drop_all() method at the start of the file, receiving an Integrity Error due to relationship between Experience and User.
Temporarily solved by dropping Experience model manually before calling drop_all(), but need to dig in further to find a longer-term solution.
When running tests with Flask-SQL alchemy's drop_all() method at the start of the file, receiving an Integrity Error due to relationship between Experience and User.
Temporarily solved by dropping Experience model manually before calling drop_all(), but need to dig in further to find a longer-term solution.