UvicornProcess

class safir.testing.uvicorn.UvicornProcess(process, url)

Bases: object

Properties of the running Uvicorn service.

Parameters:

Attributes Summary

process

Running Uvicorn process.

url

URL (on localhost) on which the process is listening.

Attributes Documentation

process: Popen = <dataclasses._MISSING_TYPE object>

Running Uvicorn process.

url: str = <dataclasses._MISSING_TYPE object>

URL (on localhost) on which the process is listening.