From e711f42a1049796baa4bef85a2b0869449e530c2 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 15 Jun 2022 17:42:54 -0600 Subject: [PATCH] Add testing consts --- frigate/test/const.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frigate/test/const.py diff --git a/frigate/test/const.py b/frigate/test/const.py new file mode 100644 index 000000000..ec4fffc57 --- /dev/null +++ b/frigate/test/const.py @@ -0,0 +1,3 @@ +"""Consts for testing.""" + +TEST_DB = "test.db" \ No newline at end of file