load plugin samples also if in test mode

This commit is contained in:
Matthias 2021-10-09 22:10:26 +02:00
parent 1dd41b0e2d
commit 4b10c8ca1b
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -667,7 +667,7 @@ PLUGIN_DIRS = [
] ]
# load samples if in debug mode # load samples if in debug mode
if DEBUG: if DEBUG or TESTING:
PLUGIN_DIRS.append('plugin.samples') PLUGIN_DIRS.append('plugin.samples')
# collect all plugins from paths # collect all plugins from paths