uvicorn/scripts
euri10 44e7debe4e
Add test for uvicorn worker (#631)
* Created dummy gunicorn / uvicorn pytest, that doesnt close gently

* Fixed the close by using terminate as join doenst close the underlying asgi app process

* Lint

* Added gunicorn in travis

* Skipping tests on pypy

* Removed unecessary print

* Dont install gunicorn on pypy nor windows sinc we dont test it there

* Import gunicor inside test to avoid pypy/win travis error

* Added travis pytest verbosity since new gunicorn test might be the reason subsequent
tests timeout (most likely 8000 port not properly released)

* Added time to effectively terminate gunciorn process in travis ?

* Lint, the previous added delay seems ok ?

* Cleani9ng

* Trying to use pytest.importskip for travis to avoid local imports in tests

* Trying to use pytest.importskip for travis to avoid local imports in tests

* Removed app
2020-04-13 13:44:11 +01:00
..
install Add black, autoflake, and isort linting 2019-01-23 18:44:13 +00:00
lint Add black, autoflake, and isort linting 2019-01-23 18:44:13 +00:00
publish Added support for publishing wheel files. (#490) 2019-11-15 12:06:27 +00:00
test Add test for uvicorn worker (#631) 2020-04-13 13:44:11 +01:00