summaryrefslogtreecommitdiff
path: root/tests/test_domain.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: use assertEqual instead of assertEqualsJán Tomko2021-04-071-1/+1
| | | | | | tests/test_conn.py:17: DeprecationWarning: Please use assertEqual instead. Signed-off-by: Ján Tomko <jtomko@redhat.com>
* tests: start basic unit tests for more APIsDaniel P. Berrangé2020-10-061-0/+6
| | | | | | | | | | | 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>
* Normalize white spacePhilipp Hahn2020-08-061-1/+1
| | | | | | | indent by 4 spaces one spaces around assignments Signed-off-by: Philipp Hahn <hahn@univention.de>
* Add test for setting scheduler parametersDaniel P. Berrange2014-03-191-0/+19
Add a test setting scheduler parameters to validate the previous bugfix to strncpy of field names. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>