12345678910111213141516171819202122232425262728 |
- Metadata-Version: 2.0
- Name: pytest-dotenv
- Version: 0.1.1
- Summary: A py.test plugin that parses environment files before running tests
- Home-page: https://github.com/quiqua/pytest-dotenv
- Author: Marcel Radischat
- Author-email: marcel@quiqua.eu
- License: UNKNOWN
- Download-URL: https://github.com/quiqua/pytest-dotenv/tarball/0.1.1
- Platform: UNKNOWN
- Classifier: Development Status :: 4 - Beta
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Natural Language :: English
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 2.6
- Classifier: Programming Language :: Python :: 2.7
- 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
- Requires-Dist: pytest (>=2.6.0)
- Requires-Dist: python-dotenv (>=0.5.1)
- A py.test plugin that parses environment files before running tests
|