tests: test commands

This commit is contained in:
cătălin 2023-04-03 18:40:11 +02:00
commit 570c29d9f1
Signed by: catalin
GPG key ID: 686088EF78EE4083
16 changed files with 235 additions and 52 deletions

7
halig/utils.py Normal file
View file

@ -0,0 +1,7 @@
import pendulum
from pendulum.tz import local_timezone
def now():
tz = local_timezone()
return pendulum.now(tz)