ufjc.tests.test_style

A module for testing the Python style.

This module checks all other modules in the package (including itself) for adherence to the PEP 8 style standard for Python code.

class TestCodeStyle(methodName='runTest')[source]

Bases: TestCase

Class to test conformance of code to PEP style standards.

test_pep8_conformance()[source]

Function to test conformance of code to PEP style standards.