Skip to content

Commit

Permalink
CONTRIB: fix cmd for running only specific test case
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Oct 2, 2023
1 parent ef53014 commit f451192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To ensure your changes work as expected, you can run the [automated tests](#auto
* Run a subset of a clients tests by including an argument with the full package
path of the tests to run:
```shell
$ ./bin/test_integration -l python --test test_authn_api.TestAuthnApi.test_authenticate_200
$ ./bin/test_integration -l python --test auth.test_authentication_api.TestAuthnApi.test_get_access_token_200
```
* Tests can be run against Conjur Enterprise.
* This requires access to the CyberArk Docker registry in order to pull Conjur Enterprise images
Expand Down

0 comments on commit f451192

Please sign in to comment.