Custom PyHamcrest matchers
Project description
brunns-matchers
Various custom PyHamcrest matchers.
Setup
Install with pip:
pip install brunns-matchers
(As usual, use of a venv or virtualenv is recommended.)
Developing
Requires tox. Run make precommit tells you if you're OK to commit. For more options, run:
make help
Releasing
Requires hub, setuptools, wheel and twine. To release n.n.n:
version="n.n.n" # Needs to match new version number in setup.py.
git checkout -b "release-$version"
make precommit && git commit -am"Release $version" && git push --set-upstream origin "release-$version" # If not already all pushed, which it should be.
gh release create "v$version" --target "release-$version" --generate-notes
python setup.py sdist bdist_wheel && twine upload dist/*$version*
git checkout master && git merge "release-$version"
git push
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brunns_matchers-2.10.0.tar.gz.
File metadata
- Download URL: brunns_matchers-2.10.0.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f0e09b5d6d0ff9c15a5a701d2b26decbcf57946ec924358b870e5cf668889b
|
|
| MD5 |
6271eadb6ad08ddc19566828913b5f37
|
|
| BLAKE2b-256 |
eb2b08a10bcf7814c71005320e27616e77d58fe0674291d7538c36e868497574
|
File details
Details for the file brunns_matchers-2.10.0-py3-none-any.whl.
File metadata
- Download URL: brunns_matchers-2.10.0-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef233ad46e0b3e85520e4327a8a87cb9d70f2db069057921232b33b5939467d6
|
|
| MD5 |
bfc9f86671c651b64748d381b7f62e40
|
|
| BLAKE2b-256 |
52209ec07caba7046a64a9b89924af1da55d8b7bea2a535c35d68e10babcbd0e
|