METADATA 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. Metadata-Version: 2.0
  2. Name: pytest-pythonpath
  3. Version: 0.7.3
  4. Summary: pytest plugin for adding to the PYTHONPATH from command line or configs.
  5. Home-page: https://github.com/bigsassy/pytest-pythonpath
  6. Author: Eric Palakovich Carr
  7. Author-email: carreric@gmail.com
  8. License: MIT
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Environment :: Plugins
  12. Classifier: Framework :: Pytest
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: MIT License
  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.0
  20. Classifier: Programming Language :: Python :: 3.1
  21. Classifier: Programming Language :: Python :: 3.2
  22. Classifier: Programming Language :: Python :: 3.3
  23. Classifier: Programming Language :: Python :: 3.4
  24. Classifier: Programming Language :: Python :: 3.5
  25. Classifier: Programming Language :: Python :: 3.6
  26. Classifier: Programming Language :: Python :: 3.7
  27. Classifier: Topic :: Software Development :: Testing
  28. Requires-Dist: pytest (>=2.5.2)
  29. pytest plugin for adding to the PYTHONPATH from command line or configs.