daphne/.gitignore
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

9 lines
67 B
Plaintext

*.egg-info
*.pyc
__pycache__
dist/
build/
/.tox
.hypothesis
.cache