summaryrefslogtreecommitdiffstats
path: root/src/python/lmi/test/cases
Commit message (Collapse)AuthorAgeFilesLines
* Use unittest2 on Python 2.6Jan Safranek2014-04-181-1/+1
|
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* tests: Add missing import.Jan Safranek2014-01-081-0/+1
|
* Let the test write to stderr.Jan Safranek2013-12-191-3/+3
| | | | | Our test framework logs stderr and stdout separately and it's hard to match them together.
* Do not skip LMI_MountedFileSystem during tests.Jan Safranek2013-12-181-1/+0
| | | | It was skipped just for debugging purposes.
* Add test to call all EnumerateInstance{s,Names}, GetInstance, Associators ↵Jan Safranek2013-12-171-0/+174
and References. This simple test calls EnumerateInstances and EnumerateInstanceNames on all LMI_* classes and then calls GetInstance, AssociatorNames, Associators, ReferenceNames and References on all instances. It does not check actual content of returned names and instances, it just checks that the above calls do not crash and are consistent (e.g. EnumerateInstanceNames returns the same set as EnumerateInstances).