Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidemoro/pytest-pypom-navigation
Core engine for cookiecutter-qa scaffolding tool and pytest-play engine
https://github.com/davidemoro/pytest-pypom-navigation
Last synced: about 2 months ago
JSON representation
Core engine for cookiecutter-qa scaffolding tool and pytest-play engine
- Host: GitHub
- URL: https://github.com/davidemoro/pytest-pypom-navigation
- Owner: davidemoro
- License: apache-2.0
- Created: 2017-05-01T13:23:23.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-02-18T12:52:35.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T05:39:38.270Z (2 months ago)
- Language: Python
- Homepage: https://github.com/tierratelematics/cookiecutter-qa
- Size: 92.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
=======================
pytest-pypom-navigation
=======================.. image:: https://travis-ci.org/davidemoro/pytest-pypom-navigation.svg?branch=develop
:target: https://travis-ci.org/davidemoro/pytest-pypom-navigation
:alt: See Build Status on Travis CI.. image:: https://readthedocs.org/projects/pytest-pypom-navigation/badge/?version=latest
:target: http://pytest-pypom-navigation.readthedocs.io.. image:: https://codecov.io/gh/davidemoro/pytest-pypom-navigation/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/davidemoro/pytest-pypom-navigation.. image:: https://pyup.io/repos/github/davidemoro/pytest-pypom-navigation/python-3-shield.svg
:target: https://pyup.io/repos/github/davidemoro/pytest-pypom-navigation/
:alt: Python 3Core engine for cookiecutter QA package
----
This `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.
Features
--------``pytest-pypom-navigation`` is not intended to be used as a standalone package.
It provides the core engine (pytest fixtures) needed by the strong opinionated scaffolding solution
called `cookiecutter-qa`_ that let you generate a fully working QA testing hello world project based on
Selenium/Splinter with just one command.It is also used by the pytest-play_ engine for collecting variables for tests parametrization.
Tests
------------You can run "pytest-pypom-navigation" tests via `tox`_::
$ pip install tox
$ tox -epy36Contributing
------------
Contributions are very welcome. Tests can be run with `tox`_, please ensure
the coverage at least stays the same before you submit a pull request.License
-------Distributed under the terms of the `Apache Software License 2.0`_ license, "pytest-pypom-navigation" is free and open source software
Issues
------If you encounter any problems, please `file an issue`_ along with a detailed description.
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
.. _`@hackebrot`: https://github.com/hackebrot
.. _`MIT`: http://opensource.org/licenses/MIT
.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause
.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt
.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0
.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin
.. _`file an issue`: https://github.com/davidemoro/pytest-pypom-navigation/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.python.org/pypi/pip/
.. _`PyPI`: https://pypi.python.org/pypi
.. _`cookiecutter-qa`: https://github.com/davidemoro/cookiecutter-qa
.. _`pytest-play`: https://github.com/davidemoro/pytest-play