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
I would assume there to be obvious benefits in this, if entirely possible I wouldn't mind being able to just install this the way I'd install my other packages, without really caring about your dependencies.
The text was updated successfully, but these errors were encountered:
I'm not sure how this would work. The entire repo is required - there aren't any executables or libraries to include elsewhere. It is not a Python package or module at present.
Can you describe the usage scenario you envision? I.e. what are you doing after the pip install?
For now, the easiest way to run these would be to clone the repo, add a config, and run the tests you're interested in.
We originally planned to refactor this into pytest plugins (#3 and #4) and still might do that, but as Hal pointed out we decided to open source it as a bunch pytests for now.
The plugin based workflow would might look like:
have a pytest unit tests for you python application
add relevant pytest-services plugins as pip-installeable packages for your cloud provider, OS, monitoring services, etc.
I would assume there to be obvious benefits in this, if entirely possible I wouldn't mind being able to just install this the way I'd install my other packages, without really caring about your dependencies.
The text was updated successfully, but these errors were encountered: