Metadata-Version: 1.1
Name: nimoy-framework
Version: 1.0.2
Summary: A testing and specification framework for Python 3, heavily inspired by the Spock Framework
Home-page: https://github.com/browncoat-ninjas/nimoy
Author: Noam Tenne, Yoav Luft
Author-email: noam@10ne.org
License: Apache License
Description: =====
        Nimoy
        =====
        A testing and specification framework for Python 3, heavily inspired by the amazing Spock_ Framework.
        
        .. _Spock: http://spockframework.org
        
        Features 
        --------
        - Based on ``unittest``, so minimal dependencies are required and specifications are recognized by IDEs and report analyzers.
        - Reduction of boilerplate code.
        - Write detailed specifications with clear distinction.
        - Auto discovery of specifications.
        - Write data-driven specifications.
        - Pretty mock behavior assertion.
        - See fancy detailed assertion failure reports.
        
        License
        -------
        Apache License 2.0
        
        In memory of Leonard Nimoy 1931-2015
        ------------------------------------
        
Keywords: test unittest specification
Platform: unix
Platform: linux
Platform: osx
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
