summaryrefslogtreecommitdiffstats
path: root/sanitytest.py
Commit message (Collapse)AuthorAgeFilesLines
* Add execute permission for sanitytest.pyDaniel P. Berrange2013-11-221-0/+0
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Add build/ to python module path for sanitytest.pyDaniel P. Berrange2013-11-221-0/+4
| | | | | | | The generated libvirt.py modules will be in the build/ directory, so santitytest.py must use that directory. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Check if classes are derived from objectGuido Günther2013-02-111-11/+16
| | | | This makes sure we don't regress to old style classes
* Fix missing error constants in libvirt python moduleDaniel P. Berrange2013-02-051-0/+31
The previous change to the generator, changed too much - only the functions are in 'virerror.c', the constants remained in 'virerror.h' which could not be renamed for API compat reasons. Add a test case to sanity check the generated python bindings Signed-off-by: Daniel P. Berrange <berrange@redhat.com>