summaryrefslogtreecommitdiffstats
path: root/src/journald/test/TestIterators.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* journald: Port tests to lmishell baseTomas Bzatek2014-01-031-57/+64
|
* tests: use shared base class in provider testsMichal Minar2013-10-241-0/+4
| | | | Done for: Account, Journald and LogicalFile
* journald: Rename common test module to prevent conflictTomas Bzatek2013-10-181-1/+1
| | | | When running nosetest over all tests, modules having same name are not re-imported.
* journald: Add iterator testsTomas Bzatek2013-10-151-0/+159
Tests basic iterator operations, assumes accessible journal and several (> 10) records available. Also comes with a simple example script for downloading complete journal.