Commit Graph

28 Commits

Author SHA1 Message Date
Lidi Zheng 2231c2ba77
Introduce Python import sorting to our sanity test suite (#26768)
* Add isort_code.sh to sanity tests

* Run tools/distrib/isort_code.sh

* Fine tune the import order for relative imports

* Make pylint and project generation happy

* Fix a few corner cases

* Use --check instead of --diff

* The import order impacts test result somehow

* Make isort print diff and check output at the same time

* Let tools/run_tests/python_utils be firstparty library

* Run isort against latest HEAD
2021-07-26 12:31:21 -07:00
Lidi Zheng f6e6b9f640 Fix the pylint complain 2020-04-30 15:16:32 -07:00
Taras Galkovskyi f375c0b548 minor stylistic fixes 2020-04-30 18:58:44 +00:00
Taras Galkovskyi d62df731a0 pacify pylint on examples folder 2020-04-29 23:22:22 +00:00
Taras Galkovskyi 469631f549 run yapf; delete alts unit tests 2020-04-29 22:50:35 +00:00
Taras Galkovskyi 486e27e2de fix formatting issues 2020-04-29 19:43:45 +00:00
Taras Galkovskyi 42bd106898 updating comments to make clear that ALTS is only supported on GCP 2020-04-15 22:14:08 +00:00
Taras Galkovskyi 02da3330c2 address review comments 2020-04-15 18:13:04 +00:00
Taras Galkovskyi 72cd29266d simplify ALTS client 2020-04-10 14:27:30 +00:00
Taras Galkovskyi 828ee320a4 Expose ALTS client/server credentials on Python layer 2020-04-07 00:14:41 +00:00
Vijay Pai 717a29d096
Fix formatting 2020-03-02 13:01:30 -08:00
Vijay Pai b3bca043b2
Explain that this has Chinese comments with English translation 2020-03-02 10:22:12 -08:00
Esun Kim 7be821ac47 Yapf all target python sources 2020-01-03 09:25:10 -08:00
chentanjun 4ecc1fe6a4 fix the wrong word 2019-10-01 05:13:33 +08:00
kerbalwzy d06ccebb1e Fix: remove the space on the left of colons 2019-09-17 09:37:56 +08:00
kerbalwzy f3fdd259c1 Fix: fix the wrong word and delete line number description 2019-09-15 15:12:45 +08:00
kerbalwzy c5d55ee64f
Fix: add copyright headers in `server.py` 2019-09-11 10:27:15 +08:00
kerbalwzy 5c0fd4b4e6
Fix: add copyright headers in `demo.proto` 2019-09-11 10:23:31 +08:00
kerbalwzy 1b47584cf4
Fix: add copyright headers in `client.py` 2019-09-11 10:20:23 +08:00
kerbalwzy 5abf2e5095
Fix: add a blank line before the subtitle 2019-09-11 09:53:14 +08:00
kerbalwzy 1859799ee3 Fix: update README because code reformat by YAPF script 2019-08-30 08:55:01 +08:00
kerbalwzy 5c0fed241d Fix: reformat code with YAPF script, and check with PyLint 2019-08-30 08:44:20 +08:00
kerbalwzy 25a1caa9b0 Update: add proto3 document link, change chinese translation and comment of 'unary' 2019-08-30 08:30:07 +08:00
kerbalwzy deee1f0826 Update: add offical guide link 2019-08-30 08:24:38 +08:00
kerbalwzy d5810a155b Fix: rebuild README files 2019-08-27 11:14:36 +08:00
kerbalwzy 55f1899d78 Update:the max_workers argument use default, use 'server.wait_for_termination()' to keep process alive 2019-08-27 10:36:35 +08:00
kerbalwzy 151f596054 Fix: Cancel the modification of the package search path and Remove useless notes 2019-08-27 10:17:08 +08:00
kerbalwzy caf64469f0 Update: rename the folder 2019-08-27 10:08:29 +08:00