summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix test discovery by pytestZbigniew Jędrzejewski-Szmek2015-09-051-1/+2
|
* tests: also collect doctests from rstZbigniew Jędrzejewski-Szmek2015-09-051-1/+1
| | | | There isn't much to test now, but it doesn't hurt to enable.
* tests: enable doctests in the sourcesZbigniew Jędrzejewski-Szmek2015-09-051-0/+2
Unfortunately the "standard" way to access the names in the defined module does not work. I find it nicer to explicitly import, e.g. from systemd import journal, because then the examples correspond more closely to what a user would use. The only exception is made for JournalHandler, because journal.JournalHandler is a tad to long.