We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8ece0 commit bcd2711Copy full SHA for bcd2711
1 file changed
CONTRIBUTING.md
@@ -85,11 +85,10 @@ $ pip install ./path-to-wheel-file.whl
85
86
## Running tests
87
88
-Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests.
+Most tests require you to [set up a mock server](https://github.com/dgellow/steady) against the OpenAPI spec to run the tests.
89
90
```sh
91
-# you will need npm installed
92
-$ npx prism mock path/to/your/openapi.yml
+$ ./scripts/mock
93
```
94
95
0 commit comments