index
:
delta/python-packages/pystatsd.git
branch-2.x
fix-nits
ipv6-docs
main
master
python35
tools
travis-flake8
github.com: jsocol/pystatsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
statsd
/
tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pyupgrade: Modernize syntax for Python >= 3.7
Christian Clauss
2022-12-03
1
-3
/
+3
*
Fix timing decorator for async functions
James Socol
2022-11-05
1
-0
/
+25
*
Remove __future__ imports
James Socol
2022-11-05
1
-1
/
+0
*
Replace nose with nose2
James Socol
2022-11-05
1
-4
/
+5
*
Fix regex string escape in tests
hintofbasil
2018-11-16
1
-1
/
+1
*
Introduce UnixSocketStatsClient class.
Mateusz Moneta
2018-08-21
1
-0
/
+57
*
Add timedelta support to Client.timing
Gijs van der Voort
2018-08-21
1
-0
/
+12
*
Skip IPv6 resolution test
James Socol
2018-08-21
1
-0
/
+2
*
Bug: Fix timer decorator with partial functions (#85)
Mathieu Leplatre
2017-08-30
1
-0
/
+13
*
fix assert_called_once() calls
Logan Rosen
2015-11-21
1
-3
/
+2
*
Updated statsd client to allow less than 1 ms timing
Stephen Bunn
2015-09-01
1
-13
/
+12
*
Run flake8 on travis.
James Socol
2015-03-26
1
-4
/
+0
*
Make IPv6 opt-in an explicit choice.
James Socol
2015-03-26
1
-8
/
+33
*
Add TCPStatsClient and TCPPipeline
Mauro Stettler
2015-03-17
1
-2
/
+256
*
Refactor tests to allow for multiple protocols
Mauro Stettler
2015-03-17
1
-207
/
+388
*
add ipv6 support
keras
2014-10-01
1
-0
/
+4
*
Made Timer.__call__ thread-safe
Blake Caldwell
2014-07-27
1
-12
/
+26
*
Update test envs and trove classifiers
James Socol
2014-05-09
1
-1
/
+1
*
Close gaps in client coverage.
James Socol
2014-01-07
1
-0
/
+27
*
Handle negative absolute gauges.
James Socol
2014-01-07
1
-0
/
+27
*
Fix timers used as decorators.
James Socol
2014-01-03
1
-1
/
+4
*
Guard against empty- or double- sending.
James Socol
2014-01-03
1
-0
/
+16
*
Rename some tests for clarity
James Socol
2014-01-03
1
-4
/
+4
*
Give timers manual start/stop methods.
James Socol
2014-01-03
1
-4
/
+43
*
Update gauge delta tests.
James Socol
2013-08-26
1
-10
/
+12
*
Handle very large numbers correctly.
James Socol
2013-08-26
1
-0
/
+19
*
Revert "Added suffix parameter"
James Socol
2013-07-27
1
-16
/
+2
*
Merge remote-tracking branch 'spil-jasper/master'
James Socol
2013-07-24
1
-2
/
+16
|
\
|
*
Added suffix parameter
Jasper Capel
2013-04-23
1
-2
/
+16
*
|
Merge remote-tracking branch 'ustudio/master'
James Socol
2013-07-24
1
-0
/
+16
|
\
\
|
*
|
Testing non-integer values for the set data type
Thomas Stephens
2013-04-26
1
-1
/
+5
|
*
|
Adding the 'set' data type to the client
Thomas Stephens
2013-04-26
1
-0
/
+12
|
|
/
*
|
Don't try to pop an empty pipeline. Fix #28.
jonathan vanasco
2013-05-30
1
-0
/
+7
|
/
*
s/xrange/range/ for Py3k
James Socol
2013-03-06
1
-1
/
+1
*
Support gauge deltas. Fixes #21.
James Socol
2013-03-06
1
-0
/
+15
*
Limit packet payload to 512 bytes.
James Socol
2013-03-06
1
-0
/
+22
*
Flake8 cleanup.
James Socol
2013-03-06
1
-2
/
+2
*
Add _Pipeline, accessor, and docs.
James Socol
2013-03-01
1
-0
/
+37
*
Remove flush() and batch_len.
James Socol
2013-03-01
1
-20
/
+14
*
Improve docstring.
James Socol
2012-10-23
1
-2
/
+11
*
Write my own assert_raises.
James Socol
2012-10-23
1
-1
/
+51
*
Add tests to verify exception handling. Fix #14.
James Socol
2012-10-23
1
-6
/
+40
*
Add flush method + tests for it.
Vadim Antonov
2012-09-05
1
-5
/
+30
*
Python 3.2 and 2.5 support; tox test running.
Mikhail Korobov
2012-06-26
1
-1
/
+3
*
allowed for floating point numbers
Jiri Barton
2012-05-11
1
-3
/
+12
*
Fix IPv4/IPv6 issue.
James Socol
2012-05-11
1
-2
/
+1
*
Clean up.
James Socol
2012-04-10
1
-1
/
+0
*
Add gauge type.
James Socol
2012-04-09
1
-0
/
+13
*
Use the actual address and fix tests.
James Socol
2012-03-30
1
-1
/
+3
*
return the result of statsd.timer
Jeff Balogh
2011-09-06
1
-0
/
+8
[next]