X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/2fa1e4c1aec3affdf63c08a2e1d7005829cab88f..504117eb47128edd45675783d9475f8c5c91dd5b:/.config/neomutt/pytest.ini diff --git a/.config/neomutt/pytest.ini b/.config/neomutt/pytest.ini new file mode 100644 index 0000000..4dedcb2 --- /dev/null +++ b/.config/neomutt/pytest.ini @@ -0,0 +1,11 @@ +[pytest] +markers = + sig: test related to signature extraction/handling + converter: test related to the text2html conversion + massage: test related to message massaging + imgproc: test related to inline image processing + imgcoll: test related to inline image collection + styling: test related to HTML styling + treewalk: test related to MIME tree generation/walking + muttctrl: test related to Mutt command interfacing + current: test currently being worked on