sprockets-statsd/tests
Dave Shawley b84e52592d
Prefix management -- take two.
Agree with @aremm here ... instead of requiring contortions to run
without a prefix, let's just require that it is explicitly set to `None`
if you want to skip the prefix.  If you `prefix` isn't in the settings
explicitly, then use `$STATSD_PREFIX` if it is set; otherwise, try to
construct a prefix from service & environment, if that fails, then fail
hard in the initializer.
2021-03-24 08:10:07 -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 Prefix management -- take two. 2021-03-24 08:10:07 -04:00