-
Kirill Smelkov authored
Previously we were always testing with DBs backed up by FileStorage. Now we provide a way to run the testsuite with user selected storage backend: $ WENDELIN_CORE_TEST_DB="<fs>" make test.py # test with temporary db with FileStorage $ WENDELIN_CORE_TEST_DB="<zeo>" make test.py # ----------//---------- with ZEO $ WENDELIN_CORE_TEST_DB="<neo>" make test.py # ----------//---------- with NEO $ WENDELIN_CORE_TEST_DB=neo://db@master make test.py # test with externally provided DB Default is still to run tests with FileStorage. /cc @jm
7fc4ec66
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
bench_0virtmem.py | ||
bench_1filezodb.py | ||
test_basic.py | ||
test_filefile.py | ||
test_filezodb.py | ||
test_pagemap.c | ||
test_ram.c | ||
test_virtmem.c | ||
tfault.c |