commit | 2b84162bd4a515926635eb558da0207150590874 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Tue Jul 28 17:39:02 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Fri Jul 31 14:13:11 2015 -0700 |
tree | bbb86e52b921dde757f5d731ade00165e67c4bc7 | |
parent | 791cc31a4971b0b77627044ef375e78b113475fb [diff] [blame] |
Use py.test from run_tests.py Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
diff --git a/.gitignore b/.gitignore index 89bd100..f5ca501 100644 --- a/.gitignore +++ b/.gitignore
@@ -33,3 +33,6 @@ # Makefile's cache cache.mk + +# Temporary test reports +report.xml