1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
2014-01-01 23:37:28 +01:00
..
fixtures Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
config.yml Dont use logger in options parsing, fixes #1335 2013-11-13 21:33:44 -08:00
env_based_config.yml Clean up option processing 2013-01-18 20:57:26 -08:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Use new celluloid/test.rb 2013-10-07 12:59:28 +13:00
test_api.rb Allow Sidekiq::Stats#reset to reset individual stats independently 2013-12-18 10:14:33 -06:00
test_cli.rb Remove support for -q foo,bar and -q foo,3,bar syntax. Use -q foo -q bar and -q foo,3 -q bar instead. 2013-12-25 13:30:20 +01:00
test_client.rb #push_bulk returns an array of jids 2013-11-05 11:17:30 -06:00
test_exception_handler.rb don't fail when handling an exception with a nil backtrace 2013-10-07 15:00:20 +01:00
test_extensions.rb Add tests for new client instances 2013-10-25 21:07:54 -07:00
test_fetch.rb Move bulk_requeue back to class method. 2013-11-23 12:53:39 -05:00
test_manager.rb Use Object.new for "any old object" in tests. 2013-12-10 15:33:53 -08:00
test_middleware.rb Fix for Ruby 1.9 2014-01-01 23:37:28 +01:00
test_processor.rb fix issues with jruby failing tests 2013-11-12 15:54:16 -05:00
test_redis_connection.rb changed #determine_redis_provider to first check against the REDIS_PROVIDER env variable 2013-11-24 08:16:37 -06:00
test_retry.rb Fix tests 2013-10-27 14:02:09 -07:00
test_scheduled.rb Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
test_scheduling.rb Normalize queue name to string when pushing a job 2013-11-14 21:12:27 -06:00
test_sidekiq.rb Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
test_testing.rb Add dynamic testing 2013-09-23 12:07:23 -07:00
test_testing_fake.rb Add dynamic testing 2013-09-23 12:07:23 -07:00
test_testing_inline.rb Add dynamic testing 2013-09-23 12:07:23 -07:00
test_util.rb Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
test_web.rb Use a random jid when adding a job in the specs, rather than a job with a fixed jid. Prevents duplicate members in the underlying zadd. 2013-12-07 20:34:17 -08:00