springload / pytest-pattern

Plugin for pytest to add fuzzy string matching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-pattern

Plugin for pytest to add fuzzy string matching.

Installation

Currently, this is hosted on the Springload index - to install, use pip like usual, but add the extra index url:

pip install pytest-pattern --extra-index-url=https://springload.github.io/python-package-index/

or in a requirements.txt file like:

--extra-index-url=https://springload.github.io/python-package-index/
pytest-pattern==0.0

Release process

To release a new version,

  1. Update the version in the setup.cfg file.
  2. Tag the commit once on the main branch with vM.m format tag.
  3. Create a release in github.
  4. Add another link to the SL index pytest-pattern page in the repo.

About

Plugin for pytest to add fuzzy string matching.

License:MIT License


Languages

Language:Python 100.0%