1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add tests for plugin configuration, min/max version

This commit is contained in:
Jeremy Stretch
2020-04-06 11:44:38 -04:00
parent 58442b1af6
commit 9ffc404027
5 changed files with 96 additions and 26 deletions

View File

@ -18,6 +18,10 @@ PLUGINS = [
'extras.tests.dummy_plugin',
]
PLUGINS_CONFIG = {
'foo': True,
}
REDIS = {
'tasks': {
'HOST': 'localhost',