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.
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


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.9.0.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brunns_matchers-2.9.0-py3-none-any.whl (19.2 kB view details)

Uploaded Python 3

File details

Details for the file brunns_matchers-2.9.0.tar.gz.

File metadata

  • Download URL: brunns_matchers-2.9.0.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for brunns_matchers-2.9.0.tar.gz
Algorithm Hash digest
SHA256 b2e1eedc2c5f554cbc713f67dbf1b469c5bdf507ac392dd78a7d197757115357
MD5 8849973d652d63e66e6dfd17ceb3af4b
BLAKE2b-256 055e91a99f0b0555fafd9033fea3bb26267ec72465a90f0a13e97ea85d7db947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for brunns_matchers-2.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e5af644311928dc5e0717101e13d6fbdec1b45038770d3e633a70c4b5293b64
MD5 cd8902b9d4e2998c223aab48bad597e2
BLAKE2b-256 d1896168bbd46692ee2389a49e438b861ad015f2f941e8a89e372cd485c507a1

See more details on using hashes here.

Supported by

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