-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test set-up for new date format class * IsoDateFormat class inherits from DateFormat - methods get_floor og get_ceil returns date - tests ok * Add test for new date classes * Handle KeyError in SsbDateFormat class - return None * Add doctests and docstring * Remove comment * Remove unnecessary doctests * Correct name and structure * Fix parameters in test * Make DateFormat abstract with abstract methods * Formatting
- Loading branch information
Showing
2 changed files
with
154 additions
and
121 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
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