Metadata-Version: 1.1
Name: testdocker
Version: 0.2.6
Summary: Testing for docker containers
Home-page: https://github.com/joeblackwaslike/testdocker
Author: Joe Black
Author-email: joeblack949@gmail.com
License: Apache 2.0
Download-URL: https://github.com/joeblackwaslike/testdocker/tarball/0.2.6
Description: testdocker
        ~~~~~~~~~~
        
        Maintainer: Joe Black <joeblack949@gmail.com>
        
        Repository: https://www.github.com/joeblackwaslike/testdocker
        
        Description
        -----------
        
        Unit Testing for docker containers.
        
        
        Usage:
        ------
        
        * Execute `testdocker init` in the root of your project folder to create the
          `tests` directory.
        * Modify class attributes in `tests/tests.py` according to the directions in
          the docstrings.
        * Add any additional tests as methods of the classes in the same style as
          :class:`unittest.TestCase`.
        * Run tests with `tests/run` or `tests/run local`.
        
Keywords: docker,docker-compose,testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
