If I want to run the tests from this project locally, how can I do this?
- Do I need to change in every test "password_or_apiKey"?
- Which version of Artifactory do I have to run locally?
- What about the license? The API is only supported by a pro license, right?
- If everything is configured correctly and the Artifactory runs on localhost:8080, this should work:
poetry run pytest --cov=pyartifactory --cov-branch - correct?
Thanks in advance, Oli
If I want to run the tests from this project locally, how can I do this?
poetry run pytest --cov=pyartifactory --cov-branch- correct?Thanks in advance, Oli