Skip to main content

Custom PyHamcrest matchers

Project description

brunns-matchers

Various custom PyHamcrest matchers.

made-with-python Build Status PyPi Version Python Versions Licence GitHub all releases GitHub forks GitHub stars GitHub watchers GitHub contributors GitHub issues GitHub issues-closed GitHub pull-requests GitHub pull-requests closed Codacy Badge Codacy Coverage Lines of Code

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


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)

Uploaded Source

Built Distribution

brunns_matchers-2.7.0-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

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

Hashes for brunns-matchers-2.7.0.tar.gz
Algorithm Hash digest
SHA256 538819a716b491c3e5728e1d89c693ebd9470bb5378abf77cb247f84d5a8e5fc
MD5 01bedbd887da5e47cf98846d5ca1c91a
BLAKE2b-256 b6a659a0094e9ac5c8d415ad97812f2fef16435544766986cd6776355bb56c8f

See more details on using hashes here.

File details

Details for the file brunns_matchers-2.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for brunns_matchers-2.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b65f677e13f63356687f1ff1dc96af70774b439c47d4952055075ca0b0da793f
MD5 031af7fd0e7edc1b14f78049d47ec85b
BLAKE2b-256 d2054fb974f9e9ce5c04862bf565426c9069086c8ec8b474a0559b5cfdcb67ef

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page