Metadata-Version: 1.0
Name: testmania
Version: 0.3.7
Summary: Library of assert_xxx functions for more convenient testing
Home-page: https://github.com/nailxx/testmania
Author: Victor Nakoryakov (aka nailxx)
Author-email: nail.xx@gmail.com
License: MIT
Description: 
        Testmania is a library that complements standard `unittest` module 
        with few convenient assert functions. Such as for comparing deeply nested simple data
        structures or xmls.
        
        Installation::
        
            pip install testmania
        
        Or clone github repository::
        
            git clone git://github.com/nailxx/testmania.git
        
        Documentation can be found at http://nailxx.github.com/testmania/
        
Keywords: test unittest assert
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
