diff --git a/dbms/tests/integration/README.md b/dbms/tests/integration/README.md index 0b235325ad4935364c01249b3e6c7dbef55b873d..bb459a2cd79c30157f811ffc08a0baeca51e695f 100644 --- a/dbms/tests/integration/README.md +++ b/dbms/tests/integration/README.md @@ -10,7 +10,7 @@ Prerequisites: * [docker-compose](https://docs.docker.com/compose/). To install: `sudo pip install docker-compose` * [py.test](https://docs.pytest.org/) testing framework. To install: `sudo pip install pytest` -If you want to run the tests under a non-privileged user, you must add this user to `docker` group: `sudo usermod -aG docker $USER`. +If you want to run the tests under a non-privileged user, you must add this user to `docker` group: `sudo usermod -aG docker $USER` and re-login. Run the tests with the `pytest` command. To select which tests to run, use: `pytest -k `