We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0592199 commit 265f51dCopy full SHA for 265f51d
1 file changed
tests/test_plugins.py
@@ -185,6 +185,10 @@ def test_reloadNodePlugin(self):
185
# Attempt to register node plugin
186
pluginManager.registerNode(node)
187
assert pluginManager.isRegistered(nodeName)
188
+
189
+ # Reload the node again without any change
190
+ node.reload()
191
+ assert pluginManager.isRegistered(nodeName)
192
193
# Restore the node file to its original state (with a description error)
194
with open(node.path, "w") as f:
0 commit comments