mirror of
https://github.com/django/daphne.git
synced 2025-04-22 17:52:08 +03:00
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.
9 lines
67 B
Plaintext
9 lines
67 B
Plaintext
*.egg-info
|
|
*.pyc
|
|
__pycache__
|
|
dist/
|
|
build/
|
|
/.tox
|
|
.hypothesis
|
|
.cache
|