-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use datetime built-in library #20
Merged
Merged
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bdb5e7 - Browse repository at this point
Copy the full SHA 5bdb5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35058d - Browse repository at this point
Copy the full SHA f35058dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba9abe - Browse repository at this point
Copy the full SHA 3ba9abeView commit details -
refactor(
tests
): Reorganise for Docker testing- Structure in tests/files now follows a series of chronological test fixtures - Lay the groundwork for future Docker-based testing, where the package is containerised and scripted in bash to process all these fixtures - Rename some files to cut down the length - Adjust all tests accordingly - Moods file and the valid entry file are shared into multiple locations in the tests directory as symlinks - moved one check from test_default_moodverse_no_customisation to a separate test method
Configuration menu - View commit details
-
Copy full SHA for b7bc6d4 - Browse repository at this point
Copy the full SHA b7bc6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5cdacc - Browse repository at this point
Copy the full SHA a5cdaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e01b29 - Browse repository at this point
Copy the full SHA 9e01b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for e65f254 - Browse repository at this point
Copy the full SHA e65f254View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a0788 - Browse repository at this point
Copy the full SHA a9a0788View commit details -
fix(): Do not append while outputting files
- Changed file access mode from `a` to `w`
Configuration menu - View commit details
-
Copy full SHA for 75b9328 - Browse repository at this point
Copy the full SHA 75b9328View commit details -
refactor(): Prepare code for ditching global config
- Classes and methods now accept local config as parameters instead of accessing them from a global variable. - Still needs work to do, especially in the actual user-facing command, but should get us closer to no globals.
Configuration menu - View commit details
-
Copy full SHA for d6955ff - Browse repository at this point
Copy the full SHA d6955ffView commit details -
refactor(): Use
datetime
library- BREAKING CHANGE: Remove custom Date and Time classes in favour of `datetime` built-in library - Add helper methods for the `datetime` library to help detect what format a date or time is written in (such solutions do not come out of the box) - Improved code structure - BREAKING CHANGE: Name changes to classes - more common use of `__getitem__` and `__setitem__` dunders instead of making separate methods for manipulating dictionary items - Remade tests to accommodate the library change
Configuration menu - View commit details
-
Copy full SHA for 1347eb2 - Browse repository at this point
Copy the full SHA 1347eb2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.