Skip to content

Commit f40a41c

Browse files
committed
Add comment about pysteps plugin tests: using default name.
1 parent c1dee1e commit f40a41c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ commands =
6565
# Test the pysteps plugin support
6666
pip install cookiecutter
6767
cookiecutter -f --no-input https://github.com/pySTEPS/cookiecutter-pysteps-plugin -o {temp_dir}/
68+
# NB: this should match the default name for a cookiecutter-generated plugin!
6869
pip install {temp_dir}/pysteps-importer-institution-name
6970
python {toxinidir}/ci/test_plugin_support.py
7071
# Check the compiled modules
@@ -126,4 +127,4 @@ commands =
126127
127128
[testenv:black]
128129
deps = black
129-
commands = black --check pysteps
130+
commands = black --check pysteps

0 commit comments

Comments
 (0)