| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| # virtualenv's dist-packages. | ||
| session.install("mock", "pytest") | ||
| session.install("-e", ".") | ||
| session.install("-e", "test_utils") |
There was a problem hiding this comment.
If any of the system tests need the contents of test_utils, you can install it through pip.
It might not be necessary though (there's not too much in it (https://github.com/googleapis/python-test-utils/tree/master/test_utils) at this point.
pip install google-cloud-testutils
Sorry, something went wrong.
There was a problem hiding this comment.
@busunkim96 👍 Agreed. This way used to be prevalent across other products and still exists in Spanner, Bigtable, and possibly some others. Would it be a good idea to update those as well?
Sorry, something went wrong.
Add googleapis/python-test-utils and system test stub
| Back | FazBrowse Home | New Git URL |
As suggested in #466 , this represents the last item of the recommended list aimed to implement nox testing automation in multiple steps.
Change list:
A dummy test method inside the template file is necessary to avoid an exit code 5 error, that is when no tests get collected.
Session test log:
Towards #474.