-
Notifications
You must be signed in to change notification settings - Fork 847
Open
Labels
Description
What problem do you want to solve?
Add TortoiseORMInstrumentor tests, because at the moment it's:
def test_tortoise(self):
# FIXME This instrumentation has no tests at all and should have some
# tests. This is being added just to make pytest not fail because no
# tests are being collected for tortoise at the moment.
pass
Describe the solution you'd like
Some unit tests, functional tests to assert telemetry and attributes generation.
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
None
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.