.. |
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
|
Add debugging tools by default (byebug and pry)
|
2014-11-14 17:22:52 +00:00 |
test_api.rb
|
Delete excess comments in API test
|
2015-02-25 11:35:25 +03:00 |
test_cli.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_client.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_exception_handler.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_extensions.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_fetch.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_logging.rb
|
FIX# cannot load such file -- helper (LoadError)
|
2014-12-31 19:49:49 +05:30 |
test_manager.rb
|
Fix race condition in test
|
2015-01-16 13:59:35 -08:00 |
test_middleware.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_processor.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_redis_connection.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_retry.rb
|
Fix backtrace off-by-one. Previously if you asked for backtrace: 4, we actually stored 5 lines.
|
2015-01-09 21:07:01 -08:00 |
test_scheduled.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_scheduling.rb
|
MyWorker.perform_in(1.month) does not always schedule job in one month.
|
2015-02-20 09:36:32 +09:00 |
test_sidekiq.rb
|
Stringify Sidekiq.default_worker_options's keys, fix #2124
|
2015-01-09 17:08:58 +00:00 |
test_testing.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_testing_fake.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_testing_inline.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |
test_web.rb
|
Add processes to stats
|
2015-01-16 18:59:41 +00:00 |
test_worker_generator.rb
|
allow every test to be run with just ruby test/xxx_test.rb
|
2014-12-30 12:54:58 -08:00 |