aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity/check_test_filtering.py
Commit message (Collapse)AuthorAge
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* yapf tools/run_tests/sanityGravatar ncteisen2017-12-11
|
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* FixesGravatar Craig Tiller2017-10-10
|
* Add testing of grpc-node for Linux and MacOSGravatar Matt Kwong2017-09-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Modify shebang on python scriptsGravatar Siddharth Shukla2017-03-12
| | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
* Make testing scripts python3.x compatibleGravatar Siddharth Shukla2017-03-12
| | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module.
* cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
|
* Remove sanity test filteringGravatar Matt Kwong2016-11-07
|
* Add tests for pull request test filteringGravatar Matt Kwong2016-10-31