rename folder
This commit is contained in:
parent
6da0364f5a
commit
ac8890653e
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,7 @@
|
||||
__pycache__/
|
||||
*-orig.*
|
||||
*.json
|
||||
tests/
|
||||
test/
|
||||
.pytest_cache/
|
||||
venv/
|
||||
log/
|
||||
|
@ -23,7 +23,7 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
# set time zone
|
||||
_TZ = ZoneInfo("Europe/Berlin")
|
||||
# fake date and time
|
||||
SOURCE_TIME = [2021, 2, 14, 5, 58, 5]
|
||||
SOURCE_TIME = [2021, 2, 14, 23, 59, 0]
|
||||
|
||||
|
||||
@time_machine.travel(datetime.datetime(*SOURCE_TIME, tzinfo=_TZ))
|
Loading…
Reference in New Issue
Block a user