Skip to content

Commit

Permalink
Add plumbing for testing with hypothesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayrx committed Mar 21, 2015
1 parent bddadf7 commit b746eb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ htmlcov/
*.egg
*.py[co]
.vagrant/
.hypothesis/
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ coverage
flake8
pytest
tox
hypothesis
hypothesis-pytest
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ envlist = py26,py27,pypy,py32,py33,py34,pep8,py3pep8
deps =
coverage
pytest
hypothesis
hypothesis-pytest
commands =
coverage run --source=aead -m pytest --capture=no --strict {posargs}
coverage report -m
Expand All @@ -29,6 +31,6 @@ commands =


[flake8]
exclude = .tox,*.egg
exclude = .tox,*.egg,.hypothesis
select = E,W,F,N,I
application-import-names = aead

0 comments on commit b746eb6

Please sign in to comment.