Metadata-Version: 1.1
Name: unishark
Version: 0.1.1
Summary: A lightweight unittest extension that provides reports, suites config and other test utilities.
Home-page: https://github.com/twitter/unishark
Author: Ying Ni
Author-email: niying7@gmail.com
License: Apache License, Version 2.0
Description: unishark extends unittest (to be more accurate, unittest2) in the following ways:
          - Generating polished test reports in different formats such as HTML, XUnit, etc..
          - Organizing test suites with dictionary config (or yaml/json like config).
          - Offering test utils such as data-driven decorator to accelerate tests writing.
        Extending existent unittest code with one or more unishark features is easy.
        For more information please see README.md on the project home page on github.
Keywords: unittest extension test reports config utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
