Files
libguestfs/python/t
Matteo Cafasso 401c445636 python: check return value of Python object functions (RHBZ#1406906)
Verify the returned values of Python Object constructor functions
are not NULL before adding them to a collection.

This is particularly relevant when constructing Unicode strings in
Python 3 as they will return NULL if non UTF-8 characters are present.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
2017-05-15 14:20:31 +02:00
..

To run a single test, run a command like this in the python/
directory:

  ../run python -m unittest discover -v t test820RHBZ912499.py