Metadata-Version: 1.1
Name: nosetest_tracker
Version: 0.0.3
Summary: Tracking test cases in nose and logs them in xls file
Home-page: https://github.com/Hallborg/nosetest-tracker
Author: Hallborg
Author-email: jesper.hallborg@hotmail.com
License: MIT
Description: =================

        Nosetest-tracker

        =================

        

        Keep track of the history of test cases 

        

        By utilizing the nosetest setting for xunit this program read the xml file

        created and get the data needed to create a history log over test cases.

        

        

        

        TODO:

        =======

        

        much things to do, do not use this package yet

        

        

        Notes to self

        =============

        

        Create a setup.py file for projects

        

        Run 'python setup.py sdist' to create egg-info and dist folder

        

        Upload with 'python -m twine upload dist/*'

        
Keywords: test development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
