From 7054007fe5003476210db450ed742ac0cc2170fe Mon Sep 17 00:00:00 2001 From: JavalVyas2000 Date: Wed, 13 Mar 2024 02:06:34 -0400 Subject: [PATCH] Fixing typo --- README-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-developer.md b/README-developer.md index 1f67c46e..e9541d1a 100644 --- a/README-developer.md +++ b/README-developer.md @@ -102,7 +102,7 @@ you need to add `-c` and the path to the top-level *pyproject.toml*, which has t then use the name of the test notebook: ```shell -pytest -v idaes_examples/notebooks/docs/unit_models/operations/compressor_test.ipynb +pytest -c idaes_examples/notebooks/docs/unit_models/operations/compressor_test.ipynb ``` If you want to test several related notebooks, or perhaps just not type the whole notebook filename,