Metadata-Version: 2.1
Name: pytest-fixture-classes
Version: 0.1.0
Summary: Give you the ability to write typed fixture classes that work well with dependency injection, autocompletetion, type checkers, and language servers
License: MIT
Author: Stanislav Zmiev
Author-email: szmiev2000@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pytest
Requires-Dist: typing-extensions (>=4.4.0,<5.0.0)
