mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Exclude QueueProcessingWorker.stop() from coverage test.
This function is just a one-line wrapper, so adding coverage isn't important.
This commit is contained in:
parent
3294aa6ac4
commit
9bee64de93
@ -167,7 +167,7 @@ class QueueProcessingWorker:
|
||||
self.q.register_json_consumer(self.queue_name, self.consume_wrapper)
|
||||
self.q.start_consuming()
|
||||
|
||||
def stop(self):
|
||||
def stop(self): # nocoverage
|
||||
# type: () -> None
|
||||
self.q.stop_consuming()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user