summaryrefslogtreecommitdiff
path: root/systemd/test/test_journal.py
Commit message (Expand)AuthorAgeFilesLines
* tests: check for errnos that sd_id128_get_machine actually returnsZbigniew Jędrzejewski-Szmek2022-08-171-1/+5
* tests: simplify importsZbigniew Jędrzejewski-Szmek2022-08-161-2/+2
* journal: fix compatibility with python2Zbigniew Jędrzejewski-Szmek2022-08-161-3/+7
* Adding timezone information to datetimes from systemd-journalSamuel BF2022-08-131-0/+12
* journal: allow JournalHandler constructor to be called with args in a positio...Tamaki Nishino2020-11-121-0/+14
* journal: do not convert extra args to string in JournalHandlerZbigniew Jędrzejewski-Szmek2017-03-191-2/+0
* test_journal: add tests for MESSAGE_ID passingZbigniew Jędrzejewski-Szmek2017-03-191-1/+52
* journal: rename SENDER_FUNCTION to sender_functionZbigniew Jędrzejewski-Szmek2017-03-191-1/+1
* Fix styling to match PEP8 in most places (#45)Wesley Bowman2017-03-141-1/+1
* Adjust import order, spacing, operators as recommended by pylintZbigniew Jędrzejewski-Szmek2017-03-121-2/+2
* Merge pull request #31 from keszybz/is_socket_sockaddrZbigniew Jędrzejewski-Szmek2017-03-111-8/+19
|\
| * tests: skip journal.stream tests on ENOENT errorZbigniew Jędrzejewski-Szmek2016-12-151-8/+19
* | replace dict.iteritems() with dict.items() to support py3 (#39)Jeongsoo, Park2017-03-111-0/+36
|/
* tests: add workaround for pre-232 system returning EINVAL on some flagsZbigniew Jędrzejewski-Szmek2016-09-221-5/+15
* journal: convert seek_realtime argument to microsecondsZbigniew Jędrzejewski-Szmek2016-09-211-2/+16
* tests: use a context manager, skip new functions if missingZbigniew Jędrzejewski-Szmek2016-09-211-21/+16
* reader: add SD_JOURNAL_OS_ROOT and rework flag passingZbigniew Jędrzejewski-Szmek2016-09-211-10/+25
* journal: allow sd_journal_open_directory_fd to be usedZbigniew Jędrzejewski-Szmek2016-09-211-0/+16
* tests: check enumerate_fields, has_runtime_fiels, has_persistent_filesZbigniew Jędrzejewski-Szmek2016-09-201-0/+47
* tests: add simplistic tests for Reader matchesZbigniew Jędrzejewski-Szmek2015-09-161-1/+33
* 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