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 2d44fed commit 8846ce5Copy full SHA for 8846ce5
tests/test_introspect.py
@@ -8,8 +8,9 @@
8
import scyjava
9
from scyjava.config import Mode, mode
10
11
-scyjava.config.endpoints.append("net.imagej:imagej")
12
-scyjava.config.endpoints.append("net.imagej:imagej-legacy:MANAGED")
+scyjava.config.endpoints.extend(
+ ["net.imagej:imagej", "net.imagej:imagej-legacy:MANAGED"]
13
+)
14
15
16
class TestIntrospection(object):
0 commit comments