summaryrefslogtreecommitdiffstats
path: root/sanitytest.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>