Metadata-Version: 1.1
Name: testkit
Version: 0.1.0
Summary: testkit - A collection of tools for testing
Home-page: https://github.com/ravenac95/testkit
Author: Reuven V. Gonzales
Author-email: reuven@tobetter.us
License: MIT
Description: testkit - A collection of tools for testing
        ===========================================
        
        This is a simple collection of test tools that have been developed out of need
        for some projects. However, some of these tools needed to be duplicated so I
        decided to consolidate them in this library.
        
        Features
        --------
        
        - Provides a way to use context managers in setup/teardown of a test
        - Provides a context manager for temporary directories
        - Provides a way to create shunts via fudge
        
        TODO
        ----
        
        - Add docs
        
        Developing
        ----------
        
        Install virtstrap via pip. Please install this system wide::
            
            $ pip install virtstrap
        
        Then cd to the project's root directory and do the following::
            
            $ vstrap init
        
        You can then activate the virtualenv::
            
            $ . quickactivate
        
Platform: Unix
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
