Files
libguestfs/python/t
Pino Toscano 6e34396661 python: PEP 8: avoid too long lines
Reindent Python scripts to make sure lines are not longer than 80
columns.

Regarding autogenerated code (guestfs.py and bindtests.py): add an
helper function to make sure comma-separated lists are wrapped at the
wanted length.

This produces only differences in the indentation of long Python lines,
with no behaviour changes.
2016-05-04 18:56:01 +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