Work on utility test class + use them as poc in test_sound_monitor

This commit is contained in:
bkfox
2023-06-21 00:24:43 +02:00
parent faecdf5495
commit b8ad0358c5
22 changed files with 1014 additions and 543 deletions

View File

@ -4,7 +4,7 @@ from argparse import RawTextHelpFormatter
from django.core.management.base import BaseCommand, CommandError
from aircox.management.sound_stats import SoundStats, SoxStats
from aircox.controllers.sound_stats import SoundStats, SoxStats
logger = logging.getLogger("aircox.commands")