sprockets-statsd/tests
Dave Shawley 65df480421
Expose a more usable interface on the Connector.
@nvllsvm likes the interface that https://statsd.readthedocs.io/ exposes
and I agree.  I mimicked this interface on the lower-level Connector.  I
left the sprockets.mixins.metrics style on the tornado helpers for
compat reasons.  You can always use `self.statsd_connector.incr()` in
your request handlers if you prefer the other interface.
2021-03-24 07:41:06 -04:00
..
__init__.py Project scaffolding. 2021-03-08 07:35:31 -05:00
helpers.py Remove usage of typing.Protocol. 2021-03-23 21:21:16 -04:00
test_processor.py Expose a more usable interface on the Connector. 2021-03-24 07:41:06 -04:00
test_tornado.py Rename mixins module to tornado. 2021-03-24 06:54:24 -04:00