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
I've replaced 'test.db' with '':memory:'' on flask_peewee/tests/test_config.py but got many errors when trying to run the tests. Is it possible to modify the test suit so we can run all tests way faster using an in-memory database?
For instance, it takes almost 6 minutes to run all tests (python runtests.py) on my machine (Intel Core i5 M 480 @ 2.67GHz, 4GB RAM, running Debian GNU/Linux) - this task is I/O intensive.
The text was updated successfully, but these errors were encountered:
I've replaced
'test.db'
with '':memory:'' onflask_peewee/tests/test_config.py
but got many errors when trying to run the tests. Is it possible to modify the test suit so we can run all tests way faster using an in-memory database?For instance, it takes almost 6 minutes to run all tests (
python runtests.py
) on my machine (Intel Core i5 M 480 @ 2.67GHz, 4GB RAM, running Debian GNU/Linux) - this task is I/O intensive.The text was updated successfully, but these errors were encountered: