blitzdb
blitzdb copied to clipboard
Some of the tests fail sometimes due to "bad" random data
Some of the tests in the test suite generate random data using the fakefactory
library. Sometimes, the generated data is such that some of the tests fail, e.g. test_list_query
in test_querying.py
.
We should prepare the test data such that no test will randomly fail due to bad data.