Metadata-Version: 1.0
Name: noseonalchemist
Version: 0.1
Summary: nose plugin for reporting about commit counts on SQLAlchemy
Home-page: https://github.com/aodag/noseonalchemist
Author: Atsushi Odagiri
Author-email: aodagx@gmail.com
License: MIT
Description: noseonalchemist
        ============================
        
        nose plugin for reporting about commit counts on SQLAlchemy
        
        USAGE
        ----------------
        
        run nosetests with ``--with-commitreport``::
        
         $ nosetests --with-commitreport
        
        you can get report of commit counts::
        
          /path/to/test1.py
          tests.test_it commit 2 times
          tests.test_it2 commit 11 times
        
          /path/to/test2.py
          tests2.test_it commit 2 times
          tests2.test_it2 commit 11 times
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
