Loading tests/test_plugins.py +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ if __name__ == '__main__': microscope.find_plugins() # Automatically find microscope plugins print(dir(microscope.plugin)) # Check that default tets plugins have loaded print("RUNNING PLUGIN METHODS:") microscope.plugin.test1.run() Loading Loading
tests/test_plugins.py +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ if __name__ == '__main__': microscope.find_plugins() # Automatically find microscope plugins print(dir(microscope.plugin)) # Check that default tets plugins have loaded print("RUNNING PLUGIN METHODS:") microscope.plugin.test1.run() Loading