client: remove tests for isolated specific feature

We don't need to test these anymore.

Bug: 1268340
Change-Id: I47994e5b4c93a03944e91f04065484d031c670a9
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/3269799
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Joanna Wang <jojwang@chromium.org>
Reviewed-by: Joanna Wang <jojwang@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: c0ec74eb27081ecfee45a70fce18fd91d8831973
2 files changed
tree: 9d25c60525cf56a7cf8f3dfa4299a0786a27f091
  1. libs/
  2. tests/
  3. third_party/
  4. tools/
  5. utils/
  6. .gitignore
  7. auth.py
  8. cipd.py
  9. isolate_storage.py
  10. isolated_format.py
  11. isolateserver.py
  12. LICENSE
  13. local_caching.py
  14. LUCI_CONTEXT.md
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. README.py
  19. run_isolated.py
  20. swarming.py
  21. test.py
  22. unittest.cfg
  23. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.