Skip to content

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

Open
svalat wants to merge 4 commits intoidefix-code:developfrom
svalat:feature/pytest-default
Open

test: add "default" semantic to testme.json files#378
svalat wants to merge 4 commits intoidefix-code:developfrom
svalat:feature/pytest-default

Conversation

@svalat
Copy link
Copy Markdown
Collaborator

@svalat svalat commented Apr 22, 2026

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.

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.

1 participant