rq/tests
Selwin Ong a7f19d966f Done implementing clean_intermediate_queue() 2024-04-28 20:32:30 +07:00
..
config_files Update cli.py to support custom loggers (#1906) 2023-05-18 07:04:57 +07:00
ssl_config Fix RQScheduler when run with SSL connection (#1383) 2020-11-27 07:27:30 +07:00
Dockerfile Store project metadata in pyproject.toml (PEP 621) (#1952) 2024-02-24 10:07:56 +07:00
__init__.py [Tests] Only run SSL tests in Docker (#1918) 2023-05-23 14:24:55 +07:00
fixtures.py Add support for a callback on stopped jobs (#1909) 2023-05-22 09:06:02 +07:00
test.json Allows enqueueing by the cli (#1466) 2021-08-20 13:43:06 +07:00
test_callbacks.py Fix bug with stopped callback in enqueue_many (#1954) 2024-02-24 09:51:20 +07:00
test_cli.py Update cli.py to support custom loggers (#1906) 2023-05-18 07:04:57 +07:00
test_commands.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_connection.py [Hotfix] Fix SSL connection for scheduler (#1894) 2023-05-05 14:25:20 +07:00
test_decorator.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_dependencies.py Add support for dependent jobs in enqueue_many (#1897) 2023-05-21 09:41:07 +07:00
test_fixtures.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_helpers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_intermediate_queue.py Done implementing clean_intermediate_queue() 2024-04-28 20:32:30 +07:00
test_job.py Add result blocking (#1939) 2024-02-24 09:48:28 +07:00
test_queue.py Reliable queue (#1911) 2023-05-18 18:01:01 +07:00
test_registry.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_results.py Add result blocking (#1939) 2024-02-24 09:48:28 +07:00
test_retry.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_scheduler.py Scheduler should release and heartbeat only acquired locks (#1914) 2023-05-18 06:59:51 +07:00
test_sentry.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_serializers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_timeouts.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_utils.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_worker.py Minor test case change to trigger Github Actions 2024-02-24 10:19:23 +07:00
test_worker_pool.py Set workerpool with_scheduler defaults to True (#2027) 2024-02-24 09:50:26 +07:00
test_worker_registration.py Fix test_clean_large_registry 2024-04-27 15:00:42 +07:00