We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-s
1 parent cdc9174 commit 50f8fe1Copy full SHA for 50f8fe1
docs/contributing/core/index.md
@@ -233,10 +233,10 @@ Now you can edit your code without affecting the original branch.
233
234
If you change the expected behavior of a feature in a package, you should write a test to cover the change.
235
236
-To run a test for the specific package that you modified, use the `-m` option followed by the package name, as shown in the following example.
+To run a test for the specific package that you modified, use the `-s` option followed by the package name, as shown in the following example.
237
238
```shell
239
-./bin/test -m plone.app.event
+./bin/test -s plone.app.event
240
```
241
242
If any test fails, do not commit and push the changes.
0 commit comments