We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c070d1 commit decb449Copy full SHA for decb449
3 files changed
.env.example
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [UNRELEASED]
9
10
+### Changed
11
+
12
+- Removed references to `.env` file in the functional test README.
13
14
## [0.19.0] - 2022-12-06
15
16
### Changed
tests/functional_tests/README.md
@@ -10,13 +10,7 @@ pip install -r ./tests/functional_tests/requirements.txt
export PYTHONPATH=$(pwd)
```
-Copy create `.env` file:
-
-```sh
-cp .env.example .env
17
-```
18
19
-Fill in the configuration values either manually or from terraform output.
+Fill in the configuration values for the SSH executor either manually or from terraform output.
20
21
### 2. Run Functional Tests
22
0 commit comments