Metadata-Version: 2.1
Name: magic-marker
Version: 1.0.0
Summary: Automatically mark pytest tests with a UUID
Home-page: https://github.com/rcbops/magic-marker
Author: rcbops
Author-email: rpc-automation@rackspace.com
Maintainer: rcbops
Maintainer-email: rpc-automation@rackspace.com
License: Apache Software License 2.0
Keywords: magic_marker
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires-Dist: Click (>=6.0)
Requires-Dist: flake8-pytest-mark (<2.0.0,>=1.0.0)
Requires-Dist: flake8
Requires-Dist: flake8-json
Requires-Dist: six

============
magic-marker
============


.. image:: https://img.shields.io/travis/rcbops/magic-marker.svg
        :target: https://travis-ci.org/rcbops/magic-marker


The magic-marker tool will read off the flake8 config and fix any missing marks that it is able to fix.

Fixable Marks
-------------

1. Marks that are configured to have value_match=uuid.  Magic Marker will read the configuration and generate the correct mark with a valid UUID as the argument.
2. Marks that are configured to have name=test_case_with_steps.  Magic Marker will generate a mark named 'test_case_with_steps' with no arguments.

Quick Start Guide
-----------------

1. Install ``magic-marker`` from PyPI with pip::

    $ pip install magic-marker

2. For more information on using the magic-marker launch help by::

    $ magic-marker --help


Contributing
------------

See `CONTRIBUTING.rst`_ for more details on developing for the magic-marker project.

Release Process
---------------

See `release_process.rst`_ for information on the release process for 'magic-marker'

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _CONTRIBUTING.rst: CONTRIBUTING.rst
.. _release_process.rst: docs/release_process.rst
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

=======
History
=======


