Selwin Ong
|
3c3646cf91
|
Merge branch 'master' into exception_handling
Conflicts:
tests/fixtures.py
|
10 years ago |
Robert Brownstein
|
3d8faa0e5d
|
Added proper conditional behavior to unicode fixture for python 3
|
10 years ago |
Robert Brownstein
|
303f4ed47c
|
Added test coverage for unicode keyword argument support in method signatures (#536)
|
10 years ago |
Vincent Driessen
|
df4d4c8d5d
|
Make test cases more explicit
|
10 years ago |
glaslos
|
3af0e95ce5
|
adding two tests to ensure ttl behaviour
|
10 years ago |
Bradley Young
|
5caccaabfe
|
Adding optional list handling to the exc_handler option in Worker.
Adding command line --exception_handler option (with multiple entries allowed) to `rq worker`
Added tests for command line options.
|
10 years ago |
Vincent Driessen
|
4b7c59d68d
|
Fix PEP8 complaints.
|
10 years ago |
foxx
|
16ee71f26d
|
Use class for test worker, and performs PID check in unit tests, #412
|
10 years ago |
Vincent Driessen
|
79db282879
|
Support enqueueing callable classes.
Fixes #388.
|
11 years ago |
Vincent Driessen
|
38ec259b6e
|
Enable the most modern Python syntax.
|
11 years ago |
Selwin Ong
|
4f918041e3
|
Rearranged how explicit kwargs are passed into queue.enqueue(). Fixes #322
|
11 years ago |
Vincent Driessen
|
a5dff6659c
|
Replace the Calculator fixture by a Number fixture.
This makes the tests a little more realistic, since I want to add a test
for class methods.
|
12 years ago |
Vincent Driessen
|
372de4b45a
|
Implement the get_current_job() function.
This fixes #125.
|
12 years ago |
Selwin Ong
|
a4f1de358f
|
Raise a StopException when Control+C is pressed.
|
13 years ago |
Vincent Driessen
|
d697ddb93a
|
Resolve connections early.
Fixes #101.
|
13 years ago |
Vincent Driessen
|
c7225ba257
|
Minor bug in test case.
|
13 years ago |
Selwin Ong
|
8c3292d35b
|
Make "queue" argument in job decorator required.
job decorator now uses Queue's "enqueue_call" method.
|
13 years ago |
Selwin Ong
|
bdc1af28d1
|
Added a job decorator.
|
13 years ago |
Omar Khan
|
03bd49511d
|
Allow instance methods to be enqueued
Only works for picklable instances
|
13 years ago |
Vincent Driessen
|
e807748ee6
|
Test the timing out of jobs.
Really looking for a way to speed up this test. It takes up a whole
second doing nothing now, really.
|
13 years ago |
Vincent Driessen
|
9ac9c23412
|
Flake8.
|
13 years ago |
Vincent Driessen
|
f07d28db86
|
Organize test fixtures into a separate file.
|
13 years ago |