rq/tests
nerok 7bf100ebe7
Allow retries to be set through decorator (#1319)
Co-authored-by: Didrik Koren <didrik.koren@uninett.no>
2020-08-14 07:17:03 +07:00
..
config_files RQ v1.0! (#1059) 2019-03-30 09:13:56 +07:00
__init__.py refactor: use try ImportError instead of py-version check (#1034) 2019-01-30 06:54:00 +07:00
fixtures.py handled unhandled exceptions in horse (#1303) 2020-08-04 16:48:01 +07:00
test_cli.py Job scheduling (#1163) 2020-01-04 10:14:52 +07:00
test_connection.py Fixes Job.fetch when return value is unpickleable (#1184) 2020-01-31 19:28:32 +07:00
test_decorator.py Allow retries to be set through decorator (#1319) 2020-08-14 07:17:03 +07:00
test_helpers.py Restored the ability to specify connection params in config 2015-02-23 17:28:51 +07:00
test_job.py Job retry feature. Docs WIP (#1299) 2020-07-23 19:58:22 +07:00
test_queue.py Job retry feature. Docs WIP (#1299) 2020-07-23 19:58:22 +07:00
test_registry.py Job retry feature. Docs WIP (#1299) 2020-07-23 19:58:22 +07:00
test_scheduler.py Took into account DST when computing localtime zones. This wasn't ac… (#1258) 2020-05-24 12:31:27 +07:00
test_sentry.py RQ v1.0! (#1059) 2019-03-30 09:13:56 +07:00
test_serializers.py Use pickle.HIGHEST_PROTOCOL by default (#1254) 2020-05-16 17:42:07 +07:00
test_utils.py add milliseconds into timestamps, fix #721 2017-09-09 20:28:53 +01:00
test_worker.py handled unhandled exceptions in horse (#1303) 2020-08-04 16:48:01 +07:00
test_worker_registration.py RQ v1.0! (#1059) 2019-03-30 09:13:56 +07:00