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 and twine. To release n.n.n
:
version="n.n.n"
git commit -am"Release $version" && git push # If not already all pushed, which it should be.
hub release create $version -m"Release $version"
python setup.py sdist
twine upload dist/`ls -t dist/ | head -n1`
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-1.2.0.tar.gz
(6.4 kB
view hashes)