Skip to content

Commit a7b638b

Browse files
Document how to re-run pytest from scratch.
1 parent b4f0521 commit a7b638b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

DEVELOPERS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge
153153

154154
From the project root : `pytest test`
155155

156+
Pytest caches the namespace name and created user tokens between run. To start a run from scratch,
157+
run `pytest test --cache-clear`.
158+
156159
#### Special env variables
157160
- `PYTEST_KEEP_CLUSTER=1` : Do not destroy the cluster at the end of the test run.
158161
You must delete it using `kind delete cluster --name ess-helm` manually before running any other test run.

newsfragments/579.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document how to re-run integration tests from scratch.

0 commit comments

Comments
 (0)