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

Function test_any

tests/test_metrics.py:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_any():
41 metrics.emit_any(
42 tags={"_key": "total", "_type": "any"}, fields={"_value": 100}, classify="time"
43 )
44
45
46if __name__ == "__main__":

Callers 1

test_metrics.pyFile · 0.85

Calls 1

emit_anyMethod · 0.80

Tested by

no test coverage detected