summaryrefslogtreecommitdiff
path: root/systemd/test
Commit message (Collapse)AuthorAgeFilesLines
* tests: mirror is-systemd-running test from systemdv231Zbigniew Jędrzejewski-Szmek2015-10-281-1/+1
|
* Python2 does not have ConnectionErrorZbigniew Jędrzejewski-Szmek2015-10-271-5/+10
|
* tests: add tests for notify()Zbigniew Jędrzejewski-Szmek2015-10-261-1/+36
|
* tests: work around bug in sd_is_mqZbigniew Jędrzejewski-Szmek2015-10-251-3/+20
| | | | The fix was committed in v226-362-g0260d1d542.
* tests: add simplistic tests for Reader matchesZbigniew Jędrzejewski-Szmek2015-09-161-1/+33
| | | | | | | It would be nice to run those tests against fake journal files with the right content to actually test the matches. But those tests are still useful because they test that the interface works as expected.
* tests: add tests for Reader initializationZbigniew Jędrzejewski-Szmek2015-09-171-0/+39
|
* tests: start adding tests for JournalHandlerZbigniew Jędrzejewski-Szmek2015-09-171-0/+34
|
* tests: add more tests for socket functionsZbigniew Jędrzejewski-Szmek2015-09-061-1/+85
|
* tests: daemon.bootedZbigniew Jędrzejewski-Szmek2015-09-051-1/+9
|
* tests: daemon.listen_fdsZbigniew Jędrzejewski-Szmek2015-09-051-1/+26
|
* tests: add first testZbigniew Jędrzejewski-Szmek2015-08-071-0/+64
This is based on the code in https://github.com/systemd/python-systemd/pull/4 by Jacek Konieczny <j.konieczny@eggsoft.pl>.