Skip to content

test: add "default" semantic to testme.json files#378

Merged
glesur merged 4 commits into
idefix-code:developfrom
svalat:feature/pytest-default
Jun 4, 2026
Merged

test: add "default" semantic to testme.json files#378
glesur merged 4 commits into
idefix-code:developfrom
svalat:feature/pytest-default

Conversation

@svalat

@svalat svalat commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

What

Adds the default semantic in the testme.json.

It will be usefull latter to also re-generate the reference data via the new pytest runner by knowing with which sets of parameter to run it (require a small extra work).

In addition it makes the `testme.json more readable on what is fixed and what vary.

Example

The testme.json now looks like :

{
  "default": {
    "dumpname": "dump.0001.dmp",
    "reconstruction": 2,
    "tolerance": 1e-14
  },
  "variants": {
     "mpi": [false, true],
     "single": [false, true],
  }
}

Doc

The documentation has been updated.

@glesur glesur merged commit 0ef3886 into idefix-code:develop Jun 4, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants