Files
UpSnap/backend/wol/tests.py
2022-02-20 17:32:15 +01:00

8 lines
156 B
Python

from django.test import TestCase
# Create your tests here.
from celery.schedules import crontab_parser
print(dir(crontab_parser().parse("0 9 * * 1,5")))