diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-09 15:26:02 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-29 07:29:15 +0100 |
commit | 27bc8de7c7f8e29ba10324b56fef9fc4e80a9fd6 (patch) | |
tree | 4616e597b77995c7870c1b803999616394c14b9e /rrd/tests/test_django.py | |
parent | f2916ba1e749dc3aca47a256e1472e5032e2c9c8 (diff) |
Start recording mqtt data in rss.
Diffstat (limited to 'rrd/tests/test_django.py')
-rw-r--r-- | rrd/tests/test_django.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rrd/tests/test_django.py b/rrd/tests/test_django.py deleted file mode 100644 index e0fbb45..0000000 --- a/rrd/tests/test_django.py +++ /dev/null @@ -1,5 +0,0 @@ -from django.test import TestCase - -# Create your tests here. - - |