Files
frigate/frigate/test/const.py
T

5 lines
111 B
Python
Raw Normal View History

"""Constants for testing."""
2022-06-30 06:53:46 -06:00
TEST_DB = "test.db"
TEST_DB_CLEANUPS = ["test.db", "test.db-shm", "test.db-wal"]