summaryrefslogtreecommitdiff
path: root/tests/test_network.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: start basic unit tests for more APIsDaniel P. Berrangé2020-10-061-0/+15
To prevent regressions, especially with generated code, we need to have test coverage of more APIs. This starts off with coverage for object creation for all object types supported by the test driver currently. This exercises constructors which have been broken several times in the past. Related https://gitlab.com/libvirt/libvirt-python/-/issues/4 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>