pytest.ini 202 B

1234567
  1. [pytest]
  2. markers =
  3. unit: mark a test as a unit test.
  4. filterwarnings =
  5. ignore::DeprecationWarning:google.protobuf
  6. ignore::DeprecationWarning:websockets
  7. ignore::DeprecationWarning:uvicorn