mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-07 15:58:49 +00:00
ignore outside sample code in coverage
This commit is contained in:
parent
07a86a3883
commit
58a5eac66a
@ -8,11 +8,11 @@ from plugin.mixins import ScheduleMixin, SettingsMixin
|
||||
|
||||
# Define some simple tasks to perform
|
||||
def print_hello():
|
||||
print("Hello")
|
||||
print("Hello") # pragma: no cover
|
||||
|
||||
|
||||
def print_world():
|
||||
print("World")
|
||||
print("World") # pragma: no cover
|
||||
|
||||
|
||||
class ScheduledTaskPlugin(ScheduleMixin, SettingsMixin, IntegrationPluginBase):
|
||||
|
Loading…
x
Reference in New Issue
Block a user