@@ -12,7 +12,7 @@ of being accepted.*
12
12
13
13
Consulate test suite has a couple of requirements:
14
14
15
- * Dependencies from [ requirements /testing.txt] ( requirements /testing.txt) are installed
15
+ * Dependencies from [ requires /testing.txt] ( requires /testing.txt) are installed
16
16
* Local Docker and [ docker-compose] ( https://docs.docker.com/compose/ )
17
17
18
18
## Installing Dependencies
@@ -28,8 +28,8 @@ source env/bin/activate
28
28
To install the dependencies needed to run Consulate tests, use
29
29
30
30
``` bash
31
- pip install -r requirements /testing.txt
32
- ```
31
+ pip install -r requires /testing.txt
32
+ ```
33
33
34
34
## Starting the test dependency
35
35
@@ -38,7 +38,7 @@ Prior to running tests, ensure that Consul is running via Docker using:
38
38
``` bash
39
39
./bootstrap
40
40
```
41
-
41
+
42
42
This script uses [ docker-compose] ( https://docs.docker.com/compose/ ) to launch a Consul server container that is
43
43
pre-configured for the tests. In addition, it configures ` build/test-environment ` that is loaded
44
44
by the tests with configuration information for connecting to Consul.
@@ -56,5 +56,5 @@ with ``pep8`` style prior to issuing your pull request. In addition, run
56
56
`` flake8 `` to look for any style errors prior to submitting your PR.
57
57
58
58
Both are included when the test requirements are installed. If you are fixing
59
- formatting for existing code, please separate code-reformatting commits from
59
+ formatting for existing code, please separate code-reformatting commits from
60
60
functionality changes.
0 commit comments