From d46d08e94ec84f773cd9fb880bbe0c4ee4a70fd4 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 30 Jun 2020 21:19:15 +0200 Subject: [PATCH] Adds qinfo ids check --- django_q/tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django_q/tests/test_commands.py b/django_q/tests/test_commands.py index 5a480cc..e64a65b 100644 --- a/django_q/tests/test_commands.py +++ b/django_q/tests/test_commands.py @@ -16,3 +16,4 @@ def test_qmonitor(): def test_qinfo(): call_command('qinfo') call_command('qinfo', config=True) + call_command('qinfo', ids=True)