From 5973b7ca26e63880e9d74a52fa9e2ec61c811401 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 8 Dec 2023 10:20:36 +0100 Subject: Management command for the mqtt loop --- rrd/tests/test_django.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rrd/tests/test_django.py (limited to 'rrd/tests/test_django.py') diff --git a/rrd/tests/test_django.py b/rrd/tests/test_django.py new file mode 100644 index 0000000..e0fbb45 --- /dev/null +++ b/rrd/tests/test_django.py @@ -0,0 +1,5 @@ +from django.test import TestCase + +# Create your tests here. + + -- cgit v1.2.3