Skip to content

Commit 8576959

Browse files
committed
WIP developer docs
1 parent 98c7e3a commit 8576959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@ The module includes a basic set of unit tests and integration tests, split acros
179179
To run all tests in a Python virtualenv, follow these steps:
180180

181181
$ mkdir -p .env
182-
$ virtualenv .env
182+
$ python3 -m venv .env
183183
$ source .env/bin/activate
184184
$ pip install -r tests/flow/tests_setup/test_requirements.txt
185185
$ make -C opt test
186186

187187
**Integration tests**
188188

189189
Integration tests are based on RLTest, and specific setup parameters can be provided
190-
to configure tests. By default the tests will be ran for all backends and common commands, and with variation of persistency and replication.
190+
to configure tests. By default the tests will run for all backends and common commands, and with variation of persistency and replication.
191191

192192
To understand what test options are available simply run:
193193

0 commit comments

Comments
 (0)