summaryrefslogtreecommitdiff
path: root/statsd/tests.py
Commit message (Expand)AuthorAgeFilesLines
* pyupgrade: Modernize syntax for Python >= 3.7Christian Clauss2022-12-031-3/+3
* Fix timing decorator for async functionsJames Socol2022-11-051-0/+25
* Remove __future__ importsJames Socol2022-11-051-1/+0
* Replace nose with nose2James Socol2022-11-051-4/+5
* Fix regex string escape in testshintofbasil2018-11-161-1/+1
* Introduce UnixSocketStatsClient class.Mateusz Moneta2018-08-211-0/+57
* Add timedelta support to Client.timingGijs van der Voort2018-08-211-0/+12
* Skip IPv6 resolution testJames Socol2018-08-211-0/+2
* Bug: Fix timer decorator with partial functions (#85)Mathieu Leplatre2017-08-301-0/+13
* fix assert_called_once() callsLogan Rosen2015-11-211-3/+2
* Updated statsd client to allow less than 1 ms timingStephen Bunn2015-09-011-13/+12
* Run flake8 on travis.James Socol2015-03-261-4/+0
* Make IPv6 opt-in an explicit choice.James Socol2015-03-261-8/+33
* Add TCPStatsClient and TCPPipelineMauro Stettler2015-03-171-2/+256
* Refactor tests to allow for multiple protocolsMauro Stettler2015-03-171-207/+388
* add ipv6 supportkeras2014-10-011-0/+4
* Made Timer.__call__ thread-safeBlake Caldwell2014-07-271-12/+26
* Update test envs and trove classifiersJames Socol2014-05-091-1/+1
* Close gaps in client coverage.James Socol2014-01-071-0/+27
* Handle negative absolute gauges.James Socol2014-01-071-0/+27
* Fix timers used as decorators.James Socol2014-01-031-1/+4
* Guard against empty- or double- sending.James Socol2014-01-031-0/+16
* Rename some tests for clarityJames Socol2014-01-031-4/+4
* Give timers manual start/stop methods.James Socol2014-01-031-4/+43
* Update gauge delta tests.James Socol2013-08-261-10/+12
* Handle very large numbers correctly.James Socol2013-08-261-0/+19
* Revert "Added suffix parameter"James Socol2013-07-271-16/+2
* Merge remote-tracking branch 'spil-jasper/master'James Socol2013-07-241-2/+16
|\
| * Added suffix parameterJasper Capel2013-04-231-2/+16
* | Merge remote-tracking branch 'ustudio/master'James Socol2013-07-241-0/+16
|\ \
| * | Testing non-integer values for the set data typeThomas Stephens2013-04-261-1/+5
| * | Adding the 'set' data type to the clientThomas Stephens2013-04-261-0/+12
| |/
* | Don't try to pop an empty pipeline. Fix #28.jonathan vanasco2013-05-301-0/+7
|/
* s/xrange/range/ for Py3kJames Socol2013-03-061-1/+1
* Support gauge deltas. Fixes #21.James Socol2013-03-061-0/+15
* Limit packet payload to 512 bytes.James Socol2013-03-061-0/+22
* Flake8 cleanup.James Socol2013-03-061-2/+2
* Add _Pipeline, accessor, and docs.James Socol2013-03-011-0/+37
* Remove flush() and batch_len.James Socol2013-03-011-20/+14
* Improve docstring.James Socol2012-10-231-2/+11
* Write my own assert_raises.James Socol2012-10-231-1/+51
* Add tests to verify exception handling. Fix #14.James Socol2012-10-231-6/+40
* Add flush method + tests for it.Vadim Antonov2012-09-051-5/+30
* Python 3.2 and 2.5 support; tox test running.Mikhail Korobov2012-06-261-1/+3
* allowed for floating point numbersJiri Barton2012-05-111-3/+12
* Fix IPv4/IPv6 issue.James Socol2012-05-111-2/+1
* Clean up.James Socol2012-04-101-1/+0
* Add gauge type.James Socol2012-04-091-0/+13
* Use the actual address and fix tests.James Socol2012-03-301-1/+3
* return the result of statsd.timerJeff Balogh2011-09-061-0/+8