You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,10 +148,10 @@ Create an OpenAPI Specification to document your API. For more information about
148
148
149
149
#### `/tests`:
150
150
151
-
End to End tests. These tests are written in Python and use the PyTest test runner. Before running these tests you will need to set environment variables. The `test_endpoint.py` file provides a template of how to set up tests which test your api endpoints. For more information about testing your API see the [API Producer Zone confluence](https://nhsd-confluence.digital.nhs.uk/display/APM/Testing+your+API ).
151
+
End-to-end tests. These tests are written in Python and use the PyTest test runner. Before running these tests you will need to set environment variables. The `test_endpoint.py` file provides a template of how to set up tests which test your api endpoints. For more information about testing your API see the [API Producer Zone confluence](https://nhsd-confluence.digital.nhs.uk/display/APM/Testing+your+API ).
152
152
153
153
#### `Makefile`:
154
-
Useful make targets to get started including: installing dependencies and running smoke tests.
154
+
Useful `make` targets to get started including: installing dependencies and running smoke tests.
155
155
156
156
#### `ecs-proxies-containers.yml ` and `ecs-proxies-deploy.yml`:
0 commit comments