Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout functional tests #449

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
- Anticipate multivalue and single-value-only headers in request headers in
parser.py.

- Timeout functests.

- Complex pipelining functests (with intermediate connection: close).

- Killthreads support.
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ where=src
[options.extras_require]
testing =
pytest
pytest-timeout
pytest-cov
coverage>=5.0

Expand All @@ -61,6 +62,7 @@ docs =
pylons-sphinx-themes>=1.0.9

[tool:pytest]
timeout = 30
python_files = test_*.py
# For the benefit of test_wasyncore.py
python_classes = Test*
Expand Down
Loading