EnergySystemsModellingLab / EnergySystemsModellingLab/MUSE_OS
Identify and label tests as unit or functional
Offen
documentation
infrastructure
- Vorherrschende Sprache
- Python
- Sterne
- 29
- Forks
- 12
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, MUSE several labels (`mark`) that identify different kinds of tests and that, when required, let one run them independently of others:
https://github.com/SGIModel/MUSE_OS/blob/f89eb147a6a706fa8f180717f7eefd8336662d0c/pyproject.toml#L96-L101
It will be useful to do the same for unit tests (those that check one what one specific function does) and functional (test a whole functionality or chain of function calls) tests in the same way, so there is more control on how tests are run.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.