From 8edf0fa027565e2bd018690b1e5ea2aac5dc7954 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 11 Dec 2018 17:19:39 +0000 Subject: [PATCH] Show full microscope plugin list --- tests/test_plugins.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 939245da..47d7815e 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -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()