rename folder

This commit is contained in:
jb-alvarado 2021-03-24 15:11:04 +01:00
parent 6da0364f5a
commit ac8890653e
6 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@
__pycache__/
*-orig.*
*.json
tests/
test/
.pytest_cache/
venv/
log/

View File

@ -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))