-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The version of `timew-report` was restricted in #10 to deal with failing tests. This change updates the version required by the `Pipfile` and makes the following code changes: 1. Update a test helper to pass in a value for the new required argument `annotation`. This is not used by the test suite, so the helper uses `None` for now. 2. Addresses some breaking changes and deprecation warnings in `get_date` released in [1.4]. `get_date` now returns a `date` instead of a `datetime`. `get_start_date` offers the same implementation that `get_date` used to, so no logic has changed here, and this avoids deprecation warnings. [1.4]: lauft/timew-report@a964eb3
- Loading branch information
Showing
5 changed files
with
46 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters