12345678910111213141516171819202122232425 |
- Metadata-Version: 2.0
- Name: pytest-datadir
- Version: 1.0.1
- Summary: pytest plugin for test data directories and files
- Home-page: http://github.com/gabrielcnr/pytest-datadir
- Author: Gabriel Reis
- Author-email: gabrielcnr@gmail.com
- License: MIT
- Keywords: pytest test unittest directory file
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Operating System :: OS Independent
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Topic :: Software Development :: Quality Assurance
- Classifier: Topic :: Software Development :: Testing
- Requires-Dist: pytest (>=2.7.0)
- Requires-Dist: pathlib; python_version<"3.4"
- UNKNOWN
|