1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Pan Thomakos c4e6fae37c Added inline testing functionality.
Allows sidekiq jobs to run inline in test mode without having to modify
the production code. In other words production code can still call the
`perform_async` method and tests can still verify that functionality is
run inline.
2012-05-02 11:04:29 -07:00
..
config.yml re-introduce weighted queues 2012-04-03 20:19:29 -07:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Use a namespace for tests 2012-04-03 20:50:09 -07:00
test_cli.rb re-introduce weighted queues 2012-04-03 20:19:29 -07:00
test_client.rb Clean up timeout middleware, add client-side option [#161] 2012-04-26 08:40:07 -07:00
test_extensions.rb Fix typo 2012-04-28 23:47:27 -07:00
test_manager.rb Clean up timeout middleware, add client-side option [#161] 2012-04-26 08:40:07 -07:00
test_middleware.rb Simplify middleware testing 2012-03-17 17:59:18 -07:00
test_processor.rb Simplify middleware testing 2012-03-17 17:59:18 -07:00
test_retry.rb Implement optional backtrace storage [#155] 2012-04-27 20:25:46 -07:00
test_stats.rb Add 24 hr expiry, only register workers while working [#156] 2012-04-24 07:15:29 -07:00
test_testing.rb Renamed perform to drain to match Rails 4 API. 2012-05-02 10:59:31 -07:00
test_testing_inline.rb Added inline testing functionality. 2012-05-02 11:04:29 -07:00
test_web.rb Add 24 hr expiry, only register workers while working [#156] 2012-04-24 07:15:29 -07:00