Skip to content

Commit 0ed5057

Browse files
committed
Remove confusing testing instructions from README
The current instructions are confusing as they start with talking about docker-compose, and then talk about not using it !?. It seems that it's barely possible to run most of the tests without docker-compose anyway, so let's keep things simple and remove those instructions entirely.
1 parent 549899e commit 0ed5057

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,9 @@ launch them through:
4646
[docker-compose]: https://www.docker.com/products/docker-compose
4747

4848

49-
#### Running the Tests in your local environment
50-
51-
Once docker is up and running you should be able to run the tests. To launch a
52-
single test manually. For example to run the tests for `redis-py` 2.10 on Python
53-
3.5 and 3.6:
54-
55-
$ tox -e '{py35,py36}-redis{210}'
56-
57-
To see the defined test commands see `tox.ini`.
58-
59-
To launch the complete test matrix run:
60-
61-
$ tox
62-
63-
6449
#### Running Tests in docker
6550

66-
If you prefer not to setup your local machine to run tests, we provide a preconfigured docker image.
67-
Note that this image is the same used in CircleCI to run tests.
68-
69-
You still need docker containers running additional services up and running.
70-
71-
Run the test runner
51+
Once your docker-compose environment is running, you can run the test runner image:
7252

7353
$ docker-compose run --rm testrunner
7454

0 commit comments

Comments
 (0)