We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bab402 commit d315730Copy full SHA for d315730
tests/test_core_tasks_thread.py
@@ -106,7 +106,9 @@ def task_func():
106
assert task_obj.log[0]["filename"] == os.path.basename(__file__)
107
108
task_obj.join()
109
- assert len(task_obj.log) == 11, "Didn't get the right number of log entries - are INFO entries being logged?"
+ assert (
110
+ len(task_obj.log) == 11
111
+ ), "Didn't get the right number of log entries - are INFO entries being logged?"
112
113
114
def test_task_log_without_thread():
0 commit comments