METADATA 1.1 KB

12345678910111213141516171819202122232425262728
  1. Metadata-Version: 2.0
  2. Name: pytest-dotenv
  3. Version: 0.1.1
  4. Summary: A py.test plugin that parses environment files before running tests
  5. Home-page: https://github.com/quiqua/pytest-dotenv
  6. Author: Marcel Radischat
  7. Author-email: marcel@quiqua.eu
  8. License: UNKNOWN
  9. Download-URL: https://github.com/quiqua/pytest-dotenv/tarball/0.1.1
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Natural Language :: English
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.6
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Requires-Dist: pytest (>=2.6.0)
  24. Requires-Dist: python-dotenv (>=0.5.1)
  25. A py.test plugin that parses environment files before running tests