Repository URL to install this package:
|
Version:
0.32.0 ▾
|
from dockerhub.test.common import CodeFormat
class TestProjectCodeFormat(CodeFormat):
"""
Actual implementation is in dockerhub.test.common, but we need this here so
that our project utilizes the test
"""
def test(self):
self.pep8_conformance()