Show full microscope plugin list

This commit is contained in:
Joel Collins 2018-12-11 17:19:39 +00:00
parent 14a4e3d909
commit 8edf0fa027

View file

@ -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()