From 5bd272190bfe18101e31ea264e56830b7783f4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Gonz=C3=A1lez=20Paredes?= Date: Thu, 9 Jan 2025 13:01:56 +0100 Subject: [PATCH] Update model/README.md Co-authored-by: Nicoletta Farabullini <41536517+nfarabullini@users.noreply.github.com> --- model/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/README.md b/model/README.md index 2f21f4990..a9d50d74c 100644 --- a/model/README.md +++ b/model/README.md @@ -38,7 +38,7 @@ model/common/tests/tests/stencil_tests #### Data dependent tests Some tests depend on serialized data generated by a full model run. -Those test are marked with `pytest.mark.datatest` and are only run when the `--datatest` +Those tests are marked with `pytest.mark.datatest` and are only run when the `--datatest` option is specified. Note that due to `pytests` configuration discovery you need to specify the base a package directory i.e. one that contains a `pyproject.toml` for the commandline option to work.