From f9a0946472dfe852fded13fe2e76834e700efaae Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 31 Oct 2024 13:22:45 -0700 Subject: [PATCH] test: add basic analytics test suite --- tests/basic/test_analytics.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/basic/test_analytics.py diff --git a/tests/basic/test_analytics.py b/tests/basic/test_analytics.py new file mode 100644 index 000000000..84841f1e8 --- /dev/null +++ b/tests/basic/test_analytics.py @@ -0,0 +1 @@ +#ai write some tests for Analytics!