aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/tests/unit/beta
Commit message (Collapse)AuthorAge
* Remove unnecessary -2016 from copyrightsGravatar Craig Tiller2016-04-05
|
* Merge pull request #5700 from bluecmd/ssl-defaultsGravatar Jan Tattermusch2016-03-31
|\ | | | | ssl_channel_credentials to use None by default
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge pull request #5650 from leifurhauks/py3_iteritemsGravatar Nicolas Noble2016-03-21
|\ \ | | | | | | replace uses of iteritems with six.iteritems
| | * ssl_channel_credentials to use None by defaultGravatar Christian Svensson2016-03-20
| | | | | | | | | | | | | | | | | | | | | | | | Since the default behavior is quite sane, support just calling ssl_channel_credentials() without explicitly specifying ssl_channel_credentials(None, None, None). This changes the pattern ssl_channel_credentials(server_crt, None, None) to ssl_channel_credentials(server_crt) Signed-off-by: Christian Svensson <blue@cmd.nu>
| * | replace uses of iteritems with six.iteritemsGravatar Leifur Halldor Asgeirsson2016-03-18
| |/
* / make iterators python3-compatibleGravatar Leifur Halldor Asgeirsson2016-03-18
|/
* grpc_set_ssl_roots_override_callback for PythonGravatar Nathaniel Manista2016-02-09
|
* Add metadata auth plugin API supportGravatar Masood Malekghassemi2015-12-07
|
* Make Python testing predictable againGravatar Masood Malekghassemi2015-12-03
This reorganizes the Python code, scraps the current testing infrastructure, and implements a simple test discovery and run script based on the standard Python unittest library so we can trust that our tests are running.