DerGut / StundenzettelCreator

A simple web app that automatically creates timesheets and mails them to you.
https://stundenzettel-production.herokuapp.com
3 stars 0 forks source link

Separate use of current datetime from form logic #10

Closed DerGut closed 6 years ago

DerGut commented 6 years ago

The logic should be separated from calls to datetime.datetime.today(). This enables tests to work regardless of the date of execution

DerGut commented 6 years ago

Was only necessary for testing purposes