tests: test commands
This commit is contained in:
parent
d3ad87211e
commit
570c29d9f1
16 changed files with 235 additions and 52 deletions
7
halig/utils.py
Normal file
7
halig/utils.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import pendulum
|
||||
from pendulum.tz import local_timezone
|
||||
|
||||
|
||||
def now():
|
||||
tz = local_timezone()
|
||||
return pendulum.now(tz)
|
||||
Loading…
Add table
Add a link
Reference in a new issue