We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0df0d commit cbd7cdcCopy full SHA for cbd7cdc
1 file changed
TESTING.md
@@ -6,9 +6,9 @@ Those parts of the package that do not interact / depend on ImageJ objects can
6
be tested via [`pytest`][pytest] up to a certain level, some (most?) of them
7
should even work in a Python 3 environment.
8
9
-To perform those tests, the packges otherwise provided by ImageJ need to be
10
-mocked using the `imcf-fiji-mocks` package. For seting up a *venv* use the steps
11
-described here:
+To perform those tests, the packages otherwise provided by ImageJ need to be
+mocked using the `imcf-fiji-mocks` package. For setting up a *venv* use the
+steps described here:
12
13
```bash
14
# check if we're "inside" the repo already, otherwise clone it here:
0 commit comments