Metadata-Version: 1.1
Name: TestSlide
Version: 1.4.10
Summary: A test framework for Python that makes mocking and iterating over code with tests a breeze
Home-page: https://github.com/facebookincubator/TestSlide
Author: Fabio Pugliese Ornellas
Author-email: fabio.ornellas@gmail.com
License: MIT
Description: TestSlide makes writing tests fluid and easy. Whether you prefer classic unit testing, TDD or BDD, it helps you be productive, with its easy to use well behaved mocks and its awesome test runner.
        
        It is designed to work well with other test frameworks, so you can use it on top of existing unittest.TestCase without rewriting everything.
        Full documentation at https://testslide.readthedocs.io/.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Software Development :: Testing :: BDD
Classifier: Topic :: Software Development :: Testing :: Mocking
Classifier: Topic :: Software Development :: Testing :: Unit  
