Skip to content

Commit de365e7

Browse files
committed
Fix updated path of interactive tests
1 parent 86aa032 commit de365e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

TESTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ running exclusively in a ImageJ2 / Fiji context. So in order to provide at least
6969
some basic, semi-interactive tests the following conventions are being used:
7070

7171
* Each _**function**_ in any of the `imcflibs.imagej` submodules should have its
72-
own directory underneath `/tests/imagej/`, using their fully qualified name
73-
as the path (only skipping the `imcflibs.` prefix). For example test scripts
74-
for `imcflibs.imagej.bioformats.import_image()` will be placed in the
75-
directory `/tests/imagej/bioformats/import_image/`.
72+
own directory underneath `/tests/interactive-imagej/`, using their fully
73+
qualified name as the path (only skipping the `imcflibs.` prefix). For example
74+
test scripts for `imcflibs.imagej.bioformats.import_image()` will be placed in
75+
the directory `/tests/interactive-imagej/bioformats/import_image/`.
7676
* The scripts inside those directories are intended to be run interactively /
7777
manually in a (freshly started) Fiji instance. Yes, really. Any other
7878
suggestions are highly welcome!

0 commit comments

Comments
 (0)