Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/pytest-mozversion
pytest plugin for extracting Mozilla version metadata
https://github.com/davehunt/pytest-mozversion
Last synced: 22 days ago
JSON representation
pytest plugin for extracting Mozilla version metadata
- Host: GitHub
- URL: https://github.com/davehunt/pytest-mozversion
- Owner: davehunt
- License: other
- Created: 2017-02-22T14:23:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T14:28:31.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T01:12:55.198Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
pytest-mozversion
=================pytest-mozversion is a plugin for `pytest `_ that extracts
Mozilla application version information metadata and makes it available via
`pytest-metadata `_... image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
:target: https://github.com/davehunt/pytest-mozversion/blob/master/LICENSE
:alt: License
.. image:: https://img.shields.io/pypi/v/pytest-mozversion.svg
:target: https://pypi.python.org/pypi/pytest-mozversion/
:alt: PyPI
.. image:: https://img.shields.io/travis/davehunt/pytest-mozversion.svg
:target: https://travis-ci.org/davehunt/pytest-mozversion/
:alt: Travis
.. image:: https://img.shields.io/github/issues-raw/davehunt/pytest-mozversion.svg
:target: https://github.com/davehunt/pytest-mozversion/issues
:alt: Issues
.. image:: https://img.shields.io/requires/github/davehunt/pytest-mozversion.svg
:target: https://requires.io/github/davehunt/pytest-mozversion/requirements/?branch=master
:alt: RequirementsRequirements
------------You will need the following prerequisites in order to use pytest-mozversion:
- Python 2.7, 3.6, PyPy, or PyPy3
- pytest 2.9.0 or newerInstallation
------------To install pytest-mozversion:
.. code-block:: bash
$ pip install pytest-mozversion
Usage
-----If you provide a base URL via the pytest-base-url plugin, then
pytest-mozversion will automatically look for a ``__version__`` endpoint, and
add the results to a ``version`` key within the metadata provided by
`pytest-metadata `_.Resources
---------- `Release Notes `_
- `Issue Tracker `_
- `Code `_