daphne/tox.ini
Maik Hoepfel c2baa32a9c Add Hypothesis for property-based tests
Hypothesis:
"It works by letting you write tests that assert that
something should be true for every case, not just the ones you happen to
think of."

I think it's well suited for the task of ensuring Daphne conforms to the
ASGI specification.
2017-02-09 13:21:41 +01:00

10 lines
233 B
INI

# We test against the oldest supported Twisted release, and the current release.
[tox]
envlist = py{27,34,35}-twisted-{old,new}
[testenv]
extras = tests
deps =
twisted-old: twisted==16.0.0
commands = python -m unittest discover