Commit 8edf0fa0 authored by Joel Collins's avatar Joel Collins
Browse files

Show full microscope plugin list

parent 14a4e3d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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()