@@ -62,7 +62,7 @@ parameters specified, e.g.
6262bash scripts/py2-pytest.sh -rv --cov --cov-report html
6363```
6464
65- ## Common testing with ImageJ2 / Fiji
65+ ## Common (interactive) testing with ImageJ2 / Fiji
6666
6767Unfortunately there is nothing like ` pytest ` available for the parts that are
6868running exclusively in a ImageJ2 / Fiji context. So in order to provide at least
@@ -77,24 +77,24 @@ some basic, semi-interactive tests the following conventions are being used:
7777 manually in a (freshly started) Fiji instance. Yes, really. Any other
7878 suggestions are highly welcome!
7979* To facilitate this, a collection of _ test images_ (and possibly other input
80- data) should be cloned to the local file system. Currently this ` sample_data `
80+ data) should be cloned to the local file system. Currently this ` sample-data `
8181 repository is _ NOT_ publicly available due to legal ⚖ uncertainties. A repo
8282 containing test data 🗞 that can be published should be assembled over time
8383 though!
8484* Any _ interactive_ test script should start with a header similar to the one
8585 described below. Paths to input data _ inside_ the test scripts ** has** to be
86- relative to the location of the ` sample_data ` repository mentioned above. This
86+ relative to the location of the ` sample-data ` repository mentioned above. This
8787 will allow for a fairly okayish testing workflow like this:
8888 * Make your changes in VS Code, then trigger a build by pressing ` Shift ` +
89- ` Ctrl ` + ` B ` . If things are configured as described in the * DEVELOPMENT *
89+ ` Ctrl ` + ` B ` . If things are configured as described in the _ DEVELOPMENT _
9090 document, the resulting ` .jar ` file will be automatically placed in Fiji's
9191 ` jars/ ` folder.
9292 * Next, start a fresh instance of the Fiji that received the newly built JAR.
9393 * After Fiji has started, simply drag and drop the desired test script onto
9494 the main window. This will open the _ Script Editor_ , then press ` Ctrl ` + ` R `
9595 to launch the script.
9696 * Only on the first run on the machine being used you will have to select the
97- base location of the ` sample_data ` repository.
97+ base location of the ` sample-data ` repository.
9898 * All subsequent runs of _ ** any** _ test script using the defined _ Script
9999 Parameter_ ` IMCF_TESTDATA ` will remember this selection, so it will be
100100 sufficient to just confirm the dialog by pressing ` Enter ` .
0 commit comments