.. |
config.yml
|
Lock down namespace configuration, fixes #747
|
2013-03-01 16:13:20 -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
|
And you thought minitest/pride was crazy...
|
2013-02-15 10:14:40 -08:00 |
test_api.rb
|
Add API to reschedule a job, fixes #645
|
2013-01-29 13:17:59 -08:00 |
test_cli.rb
|
Clean up option processing
|
2013-01-18 20:57:26 -08:00 |
test_client.rb
|
Merge branch 'master' of github.com:mperham/sidekiq
|
2013-01-05 21:17:28 -08:00 |
test_exception_handler.rb
|
Use a regular object instead of a mock for exception data
|
2012-11-05 23:04:28 +01:00 |
test_extensions.rb
|
Add delay_until extension method
|
2012-11-08 09:05:11 -08:00 |
test_fetch.rb
|
Properly handle namespaced queue names in Fetcher's UnitOfWork, fixes #744
|
2013-03-02 15:59:01 -08:00 |
test_middleware.rb
|
Add i18n middleware, fixes #750
|
2013-03-03 16:20:01 -08:00 |
test_processor.rb
|
Refactor fetch strategy, fix queueing to lpush and rpop.
|
2013-01-05 21:17:08 -08:00 |
test_redis_connection.rb
|
Lock down namespace configuration, fixes #747
|
2013-03-01 16:13:20 -08:00 |
test_retry.rb
|
Allow specification of retry_queue in sidekiq_options
|
2013-01-15 17:28:52 -08:00 |
test_scheduling.rb
|
Support scheduled jobs in bulk push
|
2012-11-19 21:31:14 -08:00 |
test_sidekiq.rb
|
replaced order of redis connection creation
|
2013-02-02 12:47:58 +02:00 |
test_stats.rb
|
Remove info for new stats API.
|
2012-12-04 17:11:12 -05:00 |
test_testing.rb
|
Ensure that all jobs are drained
|
2012-11-01 15:49:35 +01:00 |
test_testing_inline.rb
|
Run .push_bulk calls inline in inline testing mode
|
2012-11-19 17:34:46 -08:00 |
test_web.rb
|
Fix dashboard tests
|
2013-02-20 12:04:19 -08:00 |