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
Making TestCase.db configurable in config.py will allow us to have a dedicated database for each testing configuration and thus have useful information on regressions between each run. Currently, there is one common database and official and unofficial test runs interfere with each other breaking the history of test results.
By default, the configuration database should be disabled.
The text was updated successfully, but these errors were encountered:
Making TestCase.db configurable in config.py will allow us to have a dedicated database for each testing configuration and thus have useful information on regressions between each run. Currently, there is one common database and official and unofficial test runs interfere with each other breaking the history of test results.
By default, the configuration database should be disabled.
The text was updated successfully, but these errors were encountered: