We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f311fb9 commit 376bfd6Copy full SHA for 376bfd6
1 file changed
βTESTING.mdβ
@@ -1,6 +1,6 @@
1
# Testing π§ͺπ§« in Fiji / ImageJ2
2
3
-## Using `pytest` ππ¬ and Python 3 for plain Python code
+## Using pytest ππ¬ and Python 3 for plain Python code
4
5
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
@@ -44,7 +44,7 @@ specific tests, use e.g.
44
pytest tests/bdv/test_processingoptions.py
45
```
46
47
-## Using `pytest` ππ¬ and Python 2 for plain Python code
+## Using pytest ππ¬ and Python 2 for plain Python code
48
49
For running [`pytest`][pytest] in a C-Python 2 environment, things are slightly
50
more complicated than the approach described for Python 3 above as `pip` for
0 commit comments