MCPcopy Create free account
hub / github.com/Boris-code/feapder / test_counter_async

Function test_counter_async

tests/test_metrics.py:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18async def test_counter_async():
19 for i in range(100):
20 await metrics.aemit_counter("total count", count=100, classify="test5")
21 for j in range(100):
22 await metrics.aemit_counter("key", count=1, classify="test5")
23
24
25def test_counter():

Callers 1

test_metrics.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected