From 982335730cfff3452a3e1e666b6d843c34f061d0 Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Mon, 18 Sep 2023 16:05:38 -0400 Subject: [PATCH] Add placeholder test --- test/test_detector.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/test_detector.py diff --git a/test/test_detector.py b/test/test_detector.py new file mode 100644 index 00000000..245de27c --- /dev/null +++ b/test/test_detector.py @@ -0,0 +1,4 @@ +# placeholder for now + +def test_func(): + assert 1 \ No newline at end of file