redistore icon indicating copy to clipboard operation
redistore copied to clipboard

Update TravisCI config to use Redis & Add Mocks

Open elithrar opened this issue 5 years ago • 0 comments

Tests should be able to run, in part, without a running Redis instance via mocks.

  • [x] Support configuration of Redis address for tests via env vars
  • [x] Configure Travis to install Redis into the container & run tests against it
  • [ ] Split tests into separate functions (unit tests vs. integration tests)
  • [ ] Make integration tests optional / skippable when Redis not available via the -short flag.

elithrar avatar Jul 06 '18 01:07 elithrar