Merge pull request #15174 from hcaseyal/test_instructions

Update the run tests instructions to clarify a python module error
pull/15226/head
hcaseyal 7 years ago committed by GitHub
commit 32d74cd79c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/README.md

@ -14,6 +14,8 @@ Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_test
- `--use_docker` Builds a docker container containing all the prerequisites for given language and runs the tests under that container. - `--use_docker` Builds a docker container containing all the prerequisites for given language and runs the tests under that container.
- `--build_only` Only build, do not run the tests. - `--build_only` Only build, do not run the tests.
Note: If you get an error such as `ImportError: No module named httplib2`, then you may be missing some Python modules. Install the module listed in the error and try again.
Note: some tests may be flaky. Check the "Issues" tab for known flakes and other issues. Note: some tests may be flaky. Check the "Issues" tab for known flakes and other issues.
The full suite of unit tests will take many minutes to run. The full suite of unit tests will take many minutes to run.

Loading…
Cancel
Save