-
Make sure different unit/integration tests can be run on their own.
Ways:
- different test folders
- custom marker `@pytest.mark.database` with pytest.ini usage
-
Requirements:
* runs on the free for open source Actions instances (can't use a higher tier one)
* reliable, passes 20+ times in a row
* runs in real time: 1m of driving in openpilot is equivalent …
-
It would ease development if we could run the tests locally, including building all the artifacts and provisioning an existing cluster with components and configuration. Since not everyone will have a…
-
## Background
Sometimes a SystemTest needs to call a Python script via `subprocess`. This is always risky because it introduces the possibility for the user environment to cause errors. However, it's…
-
## What
Create an end to end test to test the following flow:
Landing page > /organisations > LPA overview > dataset overview > view issue tab
## Why
We want to increase coverage and stability of …
-
see
https://coverage.abaplint.org
https://github.com/abaplint/abaplint/blob/main/.github/workflows/coverage.yml
-
Run standard tests like pjlib-test, pjsip-test, etc. We can start with qemu/x86 and then go to stm32.
It was figured out from pjproject repo CI (e.g., https://github.com/pjsip/pjproject/runs/196864…
-
- [x] create run tests action
- [x] create run tests thunks
- [x] dispatch appropriate reducers
-
-