mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 00:58:31 +02:00
* Move path concerns to path.py and template concerns to editor.py -- BDD tests are failing * Move path-related constants from config.py to path.py * Mock get_templates_path in its new calling file * Mediate template arg vs. config in controller then read template text in editor and unify those two use cases. Some tests still failing * Fix test whose message had changed * poe format * Refactor for easier unit testing and add unit tests * Use path strings instead of Path objects in return values to prevent side effects that caused unit tests to fail on some platforms * poe format * Attempt to bypass getcwd errors in CI with patch * Consistently use strings for paths instead of some strings and some pathlib.Path * Keep pathlib within a function for readability * fix for ruamel.yaml versions >=0.17.22 * Run poe format --------- Co-authored-by: Jonathan Wren <jonathan@nowandwren.com> |
||
---|---|---|
.. | ||
actions.feature | ||
build.feature | ||
change_time.feature | ||
config_file.feature | ||
core.feature | ||
datetime.feature | ||
delete.feature | ||
encrypt.feature | ||
file_storage.feature | ||
format.feature | ||
import.feature | ||
install.feature | ||
multiple_journals.feature | ||
override.feature | ||
password.feature | ||
search.feature | ||
star.feature | ||
tag.feature | ||
template.feature | ||
upgrade.feature | ||
write.feature |