summaryrefslogtreecommitdiffstats
path: root/tests/basic.py
Commit message (Collapse)AuthorAgeFilesLines
* * python/libvir.c: call the initialize entry pointDaniel Veillard2006-03-281-2/+3
| | | | | | | | * src/libvirt_sym.version: add initialize entry point * src/libvirt.c: make sure we always initialize the lib * python/tests/*.py: start updating exemple for exception handling as pointed by Jim Meyering Daniel
* * docs/examples/examples.xsl docs/examples/index.htmlDaniel Veillard2006-02-201-0/+5
| | | | | | | docs/site.xsl: integates the examples page in the web site * docs//* : fixed generator and rebuilt the docs * python/tests/basic.py python/tests/create.py: couple cleanups Daniel
* * Makefile.am configure.in python/Makefile.am python/tests/Makefile.amDaniel Veillard2006-02-141-0/+25
python/tests/basic.py: added first python test script and a 'make tests' target Daniel