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
The problem is that the setUp of TestBase uses the test_client, and then after, we modify the application.
A possible solution would be to remove the logic that makes those calls on the setUp, and then call those manually when needed per test basis. Can I proceed with this?
Since Flask 2.2, all tests relying on
app.add_url_rule
are failing. Flask changelogfor v2.2 reports significant changes.For the time being, I'm pinning Flask dependency to
<2.2
.Anybody willing to take up this task?
The text was updated successfully, but these errors were encountered: