Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic tests for the StatsD client API #12

Merged
merged 1 commit into from Jun 25, 2015

Conversation

tleach
Copy link

@tleach tleach commented Jun 11, 2015

There are some forthcoming additions to the StatsD client API I'd like to submit, but before that I want to make sure there is adequate test coverage for the existing functionality to ensure my changes don't break anything.

In this PR:

  • Added dev dependencies on should (expectations) and mocha (test runner).
  • Implemented a set of tests for the main StatsD methods (timing, increment, decrement, gauge, histogram, set).

* Added dev dependencies on should (expectations) and mocha (test runner).
* Implemented a set of tests for the main StatsD methods (timing, increment, decrement, gauge, histogram, set).
joybro added a commit that referenced this pull request Jun 25, 2015
Basic tests for the StatsD client API
@joybro joybro merged commit b2daab9 into mrbar42:master Jun 25, 2015
@joybro
Copy link
Collaborator

joybro commented Jun 25, 2015

test works great! Thanks for this PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants