aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-03-25 16:36:16 +0800
committerGravatar kosayoda <[email protected]>2021-03-25 16:36:16 +0800
commitacf7880e233faeb91ce2eeb59855f40b6e7db3e0 (patch)
tree6c4eff2c0249a1f9cec1832c55312da6016a3c40 /Pipfile
parentReplace `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--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index c2b87ab4..c51215b6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"