Skip to content

Commit b7d8602

Browse files
cognifloydarm4b
andauthored
Update tests/README.md
Drop the warnings/complaints about how awkward it is to use helm-unittest. Co-authored-by: Eugen Cusmaunsa <[email protected]>
1 parent b7b4af4 commit b7d8602

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ To run the tests manually from the chart's root dir:
2020
helm unittest --helm3 .
2121
```
2222

23-
Note that `helm-unittest` still defaults to helm 2, so you must pass `--helm3` or `-3` for short.
24-
`helm-unittest` does not have a configuraiton file which makes using non-standard directories (like `tests/unit/`)
25-
very inconvenient (you would have to specify `-f tests/unit/*_test.yaml` on every invocation).
26-
So, we keep all of the unit test files under tests, but prefix them with `unit-` to separate them from
27-
the integration tests.
2823

2924
> Note! If you need to add unit tests, file names should follow this pattern: `tests/unit-name_your_test.yaml`
3025

0 commit comments

Comments
 (0)