| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: fix test discovery by pytest | Zbigniew Jędrzejewski-Szmek | 2015-09-05 | 1 | -1/+2 |
| | | |||||
| * | tests: also collect doctests from rst | Zbigniew Jędrzejewski-Szmek | 2015-09-05 | 1 | -1/+1 |
| | | | | | There isn't much to test now, but it doesn't hurt to enable. | ||||
| * | tests: enable doctests in the sources | Zbigniew Jędrzejewski-Szmek | 2015-09-05 | 1 | -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. | |||||
