instana / python-sensor

:snake: Python Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
68 stars 30 forks source link

Fix: test_non_async_simple #596

Closed GSVarsha closed 3 weeks ago

GSVarsha commented 3 weeks ago

Even with the code before suppression logic caused exception which wasn't logged. Now it fails as expected (due to no support for httpx used by TestClient)

tests/frameworks/test_fastapi.py::TestFastAPI::test_non_async_simple '<' not supported between instances of 'int' and 'NoneType'