Metadata-Version: 1.1
Name: pytest-pyq
Version: 1.2.0rc2
Summary: Pytest fixture "q" for pyq
Home-page: http://pyq.enlnt.com
Author: Enlightenment Research, LLC
Author-email: pyq@enlnt.com
License: BSD
Description: Pytest fixture "q" for pyq
        
        Once this package is installed, you can use "q" fixture
        in your pytest tests::
        
            def test_pyq(q):
                q.test = [1, 2, 3]
                assert q.test.count == 3
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
