statmechcrack.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 Style(methodName='runTest')[source]

Bases: TestCase

Class to test conformance of code to PEP style standards.

_classSetupFailed = False
_class_cleanups = []
main()[source]

Main function for module-level testing functionality.

test_pep8_conformance()[source]

Function to test conformance of code to PEP style standards.