From a76f9f480c6f9d2cfaf0de441b1c280f1936c06a Mon Sep 17 00:00:00 2001 From: Vathsala Date: Sat, 24 Feb 2024 15:02:53 +0000 Subject: [PATCH] added placeholder test - to ensure pytest does not fail if there are no tests --- analytics/test_analytics.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 analytics/test_analytics.py diff --git a/analytics/test_analytics.py b/analytics/test_analytics.py new file mode 100644 index 00000000..201975fc --- /dev/null +++ b/analytics/test_analytics.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass