Use a unified DATE constant for convenience
This commit is contained in:
parent
f0eb9d3b6f
commit
41f75f507d
6 changed files with 21 additions and 55 deletions
|
|
@ -7,6 +7,8 @@ from urban_meal_delivery import config
|
|||
|
||||
# The day on which most test cases take place.
|
||||
YEAR, MONTH, DAY = 2016, 7, 1
|
||||
# Same day as a `tuple`.
|
||||
DATE = (YEAR, MONTH, DAY)
|
||||
|
||||
# The hour when most test cases take place.
|
||||
NOON = 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue