Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hub-client / tests / test_pep8.py
Size: Mime:
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()