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

Refactor test imports #887

Merged
merged 1 commit into from Dec 16, 2017
Merged

Conversation

mcorbin
Copy link
Contributor

@mcorbin mcorbin commented Dec 15, 2017

  • Stop using :use (which is sort of deprecated in Clojure) and replace it with :require
  • :require imports are now sorted alphabetically (first Riemann imports, then other imports)
  • Remove some unused imports.

Refactor test imports for:
- test/riemann/core_test.clj
- test/riemann/datadog_test.clj
- test/riemann/deps_test.clj
- test/riemann/druid_test.clj
- test/riemann/elasticsearch_test.clj
- test/riemann/email_test.clj
- test/riemann/expiration_test.clj
- test/riemann/folds_test.clj
- test/riemann/graphite_test.clj
- test/riemann/hipchat_test.clj
- test/riemann/index_test.clj
- test/riemann/influxdb_test.clj
- test/riemann/instrumentation_test.clj
- test/riemann/kafka_test.clj
- test/riemann/kairosdb_test.clj
- test/riemann/keenio_test.clj
- test/riemann/librato_test.clj
- test/riemann/logentries_test.clj
- test/riemann/logging_test.clj
- test/riemann/mailgun_test.clj
- test/riemann/msteams_test.clj
- test/riemann/nagios_test.clj
- test/riemann/netuitive_test.clj
- test/riemann/opentsdb_test.clj
- test/riemann/opsgenie_test.clj
- test/riemann/pagerduty_test.clj
- test/riemann/pool_test.clj
- test/riemann/prometheus_test.clj
- test/riemann/pubsub_test.clj
- test/riemann/pushover_test.clj
- test/riemann/query_test.clj
- test/riemann/service_test.clj
- test/riemann/shinken_test.clj
- test/riemann/slack_test.clj
- test/riemann/sns_test.clj
- test/riemann/stackdriver_test.clj
- test/riemann/streams_test.clj
- test/riemann/telegram_test.clj
- test/riemann/test_test.clj
- test/riemann/time/controlled_test.clj
- test/riemann/time_test.clj
- test/riemann/transport/graphite_test.clj
- test/riemann/transport/opentsdb_test.clj
- test/riemann/transport_test.clj
- test/riemann/twilio_test.clj
- test/riemann/user_test.clj
- test/riemann/victorops_test.clj
- test/riemann/xymon_test.clj
@jamtur01
Copy link
Member

Awesome cleanup!

@jamtur01 jamtur01 merged commit 34aaf19 into riemann:master Dec 16, 2017
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