| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use unittest2 on Python 2.6 | Jan Safranek | 2014-04-18 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright years | Peter Schiffer | 2014-01-16 | 1 | -1/+1 |
| | | | | | Updated copyright years to include new year 2014. | ||||
| * | tests: Add missing import. | Jan Safranek | 2014-01-08 | 1 | -0/+1 |
| | | |||||
| * | Let the test write to stderr. | Jan Safranek | 2013-12-19 | 1 | -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 Safranek | 2013-12-18 | 1 | -1/+0 |
| | | | | | It was skipped just for debugging purposes. | ||||
| * | Add test to call all EnumerateInstance{s,Names}, GetInstance, Associators ↵ | Jan Safranek | 2013-12-17 | 1 | -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). | |||||
