Skip to content
Snippets Groups Projects
Unverified Commit 8d1ff47e authored by Oliver Smith's avatar Oliver Smith
Browse files

README: rework running test description some more

parent a4750a36
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ $ pytest --color=yes -vv -x test -m "not skip_ci"
* Use `helpers/pytest_logs.sh` to see the detailed logs
* Open `_html_out/index.html` in your browser and refresh it manually to see
the current generated HTML output (if any, this is not with all tests)
## Running
## With local job service
......@@ -98,30 +101,6 @@ $ ./bpo_sourcehut.sh
```
### Running tests
Run all CI tests with:
```
$ pmbootstrap ci
```
While pytest is running, follow the logs (in a second terminal) with:
```
$ helpers/pytest_logs.sh
```
Open `_html_out/index.html` in your browser and refresh it manually to see the
current generated HTML output.
Run one specific pytest, after having `pmbootstrap ci pytest` initialize the
venv once:
```
$ source .venv/bin/activate
pytest -xvv test/test_zz_90_slow_other.py -k test_build_final_repo_with_two_pkgs_SLOW_120s
```
### Generating the images.postmarketos.org/bpo directory listing
BPO creates directory listing files whenever publishing an image, and it also
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment