Module test_utils

Available on crate features provider and test-utils only.
Expand description

Collection of database test utilities

Structs§

TempDatabase
A database will delete the db dir when dropped.

Constants§

ERROR_DB_CREATION
Error during database creation
ERROR_DB_OPEN
Error during database open
ERROR_STATIC_FILES_CREATION
Error during database creation
ERROR_TABLE_CREATION
Error during table creation
ERROR_TEMPDIR
Error during tempdir creation

Functions§

create_test_ro_db
Create read only database for testing
create_test_rw_db
Create read/write database for testing
create_test_rw_db_with_path
Create read/write database for testing
create_test_static_files_dir
Create static_files path for testing
tempdir_path
Get a temporary directory path to use for the database