We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b4af4 commit b7d8602Copy full SHA for b7d8602
tests/README.md
@@ -20,11 +20,6 @@ To run the tests manually from the chart's root dir:
20
helm unittest --helm3 .
21
```
22
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.
28
29
> Note! If you need to add unit tests, file names should follow this pattern: `tests/unit-name_your_test.yaml`
30
0 commit comments