1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
2013-02-15 10:14:40 -08:00
..
config.yml Add option to write logs to a file 2012-12-13 21:29:41 +01: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 I'm a TDD master. 2013-01-16 21:53:48 -08:00
test_middleware.rb Refactor fetch strategy, fix queueing to lpush and rpop. 2013-01-05 21:17:08 -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 Move global Sidekiq option changes to before/after when testing redis 2013-01-26 16:17:27 -05: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 Merge pull request #652 from mperham/update-dashboard-stats 2013-01-26 17:28:54 -08:00