magic-marker

Automatically mark pytest tests with a UUID


Keywords
magic_marker
License
Apache-2.0
Install
pip install magic-marker==1.0.0

Documentation

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.