added packaged template resources
This commit is contained in:
parent
c4505502e8
commit
ca58a0758c
13 changed files with 135 additions and 54 deletions
|
@ -7,3 +7,8 @@ def test_title(tmp_path: Path):
|
|||
b = tmp_path / "Writing_emails_Post.md"
|
||||
assert util.filename_to_title(a) == "My First Post"
|
||||
assert util.filename_to_title(b) == "Writing Emails Post"
|
||||
|
||||
|
||||
def test_get_resourcees():
|
||||
util.get_resources("templates")
|
||||
assert True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue