summaryrefslogtreecommitdiff
path: root/tests/test_policy.py (follow)
AgeCommit message (Collapse)Author
2019-10-12Refactor testsjvoisin
2018-09-24Fix some minor formatting issuesjvoisin
2018-09-12trivial modification of all shebang.Yoann Lamouroux
`/usr/bin/python3` -> `/usr/bin/env python3` It's always better to trust the environment defined path to bin/python, as virtualenv become the way to go.
2018-09-05Unknown Members: make policy use an EnumDaniel Kahn Gillmor
Closes #60 Note: this changeset also ensures that clean.cleaned.docx is removed up after the pytest is over.
2018-09-05Improve the previous commitjvoisin