Skip to content
  • Andrea Azzarone's avatar
    tests: Reformat in line with Python standards · 89e01c0e
    Andrea Azzarone authored
    Python has a recommended code style, known as PEP-8. The tests now follow this
    style.
    
    This commit was created using `autopep8` version 1.4.3, run with this command:
    
    	find . -name "*.py" -exec autopep8 --ignore E501 --in-place {} \;
    89e01c0e