client: rename mock to fake; move swarming fake into its own file

Test only change; no functional change.

These (CIPD, Isolate, Swarming) are fakes, not mocks.

This is purely a cosmetical change, but I want to expand on the swarming fake to
fix task_runner_test, and the incorrect wording was confusing.

Change-Id: I84b48cb417980af5ae0cdc4038cae6e055cc2478
Bug: 921842
Reviewed-on: https://chromium-review.googlesource.com/c/1412254
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
Reviewed-by: Quinten Yearsley <qyearsley@chromium.org>
Auto-Submit: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: 8c73c4599f067823097e2d33f5c8f3d8afaba27b
9 files changed
tree: dbaf53caa7f4198361addd6380a03789162391c8
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. auth.py
  10. cipd.py
  11. isolate.py
  12. isolate_format.py
  13. isolate_storage.py
  14. isolated_format.py
  15. isolateserver.py
  16. LICENSE
  17. local_caching.py
  18. LUCI_CONTEXT.md
  19. OWNERS
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. trace_inputs.py
  26. 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.