mirror of
https://github.com/MarcA711/frigate-rockchip.git
synced 2025-10-05 08:46:55 +08:00
5 lines
111 B
Python
5 lines
111 B
Python
"""Constants for testing."""
|
|
|
|
TEST_DB = "test.db"
|
|
TEST_DB_CLEANUPS = ["test.db", "test.db-shm", "test.db-wal"]
|