https://github.com/springload/pytest-pattern
Plugin for pytest to add fuzzy string matching.
https://github.com/springload/pytest-pattern
Last synced: about 1 year ago
JSON representation
Plugin for pytest to add fuzzy string matching.
- Host: GitHub
- URL: https://github.com/springload/pytest-pattern
- Owner: springload
- License: mit
- Created: 2022-01-26T20:15:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T20:38:39.000Z (about 4 years ago)
- Last Synced: 2025-02-01T06:25:39.630Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytest-pattern
Plugin for pytest to add fuzzy string matching.
## Installation
Currently, this is hosted on the [Springload index](https://springload.github.io/python-package-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](https://springload.github.io/python-package-index/pytest-pattern) page in the [repo](https://github.com/springload/python-package-index/edit/main/pytest-pattern/index.html).