diff options
author | 2021-03-25 16:36:16 +0800 | |
---|---|---|
committer | 2021-03-25 16:36:16 +0800 | |
commit | acf7880e233faeb91ce2eeb59855f40b6e7db3e0 (patch) | |
tree | 6c4eff2c0249a1f9cec1832c55312da6016a3c40 /Pipfile | |
parent | Replace `markdown2` with `markdown` and `python-frontmatter`. (diff) |
Refactor content app tests.
The tests uses pyfakefs to simulate a fake filesystem that is reused
over the content app tests.
Test coverage for the app is brought to 100%.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ mccabe = "~=0.6.1" pep8-naming = "~=0.9" pre-commit = "~=2.1" unittest-xml-reporting = "~=3.0" +pyfakefs = "~=4.4.0" [requires] python_version = "3.7" |