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.
hub release create "V$version" -t"release-$version" -m"Version $version"
python setup.py sdist bdist_wheel
twine upload dist/*$version*
git checkout master
git merge "release-$version"
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
brunns-matchers-2.7.0.tar.gz
(15.7 kB
view details)
Built Distribution
File details
Details for the file brunns-matchers-2.7.0.tar.gz
.
File metadata
- Download URL: brunns-matchers-2.7.0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 538819a716b491c3e5728e1d89c693ebd9470bb5378abf77cb247f84d5a8e5fc |
|
MD5 | 01bedbd887da5e47cf98846d5ca1c91a |
|
BLAKE2b-256 | b6a659a0094e9ac5c8d415ad97812f2fef16435544766986cd6776355bb56c8f |
File details
Details for the file brunns_matchers-2.7.0-py3-none-any.whl
.
File metadata
- Download URL: brunns_matchers-2.7.0-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b65f677e13f63356687f1ff1dc96af70774b439c47d4952055075ca0b0da793f |
|
MD5 | 031af7fd0e7edc1b14f78049d47ec85b |
|
BLAKE2b-256 | d2054fb974f9e9ce5c04862bf565426c9069086c8ec8b474a0559b5cfdcb67ef |