Skip to content

Commit 265f51d

Browse files
committed
[tests] WIP Plugins
1 parent 0592199 commit 265f51d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_plugins.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ def test_reloadNodePlugin(self):
185185
# Attempt to register node plugin
186186
pluginManager.registerNode(node)
187187
assert pluginManager.isRegistered(nodeName)
188+
189+
# Reload the node again without any change
190+
node.reload()
191+
assert pluginManager.isRegistered(nodeName)
188192

189193
# Restore the node file to its original state (with a description error)
190194
with open(node.path, "w") as f:

0 commit comments

Comments
 (0)