@@ -12,7 +12,7 @@ of being accepted.*
1212
1313Consulate test suite has a couple of requirements:
1414
15- * Dependencies from [ requirements /testing.txt] ( requirements /testing.txt) are installed
15+ * Dependencies from [ requires /testing.txt] ( requires /testing.txt) are installed
1616 * Local Docker and [ docker-compose] ( https://docs.docker.com/compose/ )
1717
1818## Installing Dependencies
@@ -28,8 +28,8 @@ source env/bin/activate
2828To install the dependencies needed to run Consulate tests, use
2929
3030``` bash
31- pip install -r requirements /testing.txt
32- ```
31+ pip install -r requires /testing.txt
32+ ```
3333
3434## Starting the test dependency
3535
@@ -38,7 +38,7 @@ Prior to running tests, ensure that Consul is running via Docker using:
3838``` bash
3939./bootstrap
4040```
41-
41+
4242This script uses [ docker-compose] ( https://docs.docker.com/compose/ ) to launch a Consul server container that is
4343pre-configured for the tests. In addition, it configures ` build/test-environment ` that is loaded
4444by 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
5656`` flake8 `` to look for any style errors prior to submitting your PR.
5757
5858Both 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
6060functionality changes.
0 commit comments