Skip to content

Commit

Permalink
README-DEV.md: Updated payu-version usages
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 22, 2024
1 parent 6c921a8 commit aa36c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The configuration properties needed to run the tests are:
| ---- | ---- | ----------- | -------- |
| markers | `string` | Markers used for the pytest checks, in the python format | `checksum` |
| model-config-tests-version | `string` | The version of the model-config-tests | `0.0.1` |
| python-version | `string` | The python version used to create test virtual environment | `3.11.0` |
| payu-version | `string` | The Payu version used to create test virtual environment | `1.1.4` |

As most of the tests use the same test and python versions, and similar markers, there are two levels of defaults. There's a default at test type level which is useful for defining test markers - this selects certain pytests to run in `model-config-tests`. There is an outer global default, which is used if a property is not defined for a given branch/tag, and it is not defined for the test default. The `parse-ci-config` action applies the fall-back default logic. For more information on using this action see [`ACCESS-NRI/model-config-tests`](https://github.com/ACCESS-NRI/model-config-tests/).

Expand Down

0 comments on commit aa36c5e

Please sign in to comment.