From 1b7a88211864d1cd07beddff92efc07b6c8abc43 Mon Sep 17 00:00:00 2001 From: Nidhi Jaju Date: Sun, 3 Oct 2021 10:20:15 +0000 Subject: [PATCH] Bug 1731343 [wpt PR 30843] - Add README.md to wpt/webtransport, a=testonly Automatic update from web-platform-tests Add README.md to wpt/webtransport This CL adds a README to wpt/webtransport to: - explain how the WPTs can be run manually - note the python coding style that is used for the server handlers Bug: 1201569 Change-Id: Ic41d3382af564051b45106a368c8a743d39f68bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3167258 Reviewed-by: Yutaka Hirano Commit-Queue: Nidhi Jaju Cr-Commit-Position: refs/heads/main@{#922463} -- wpt-commits: 9ca869341e21679da004421b9f518dc5e3d8d0ac wpt-pr: 30843 --- testing/web-platform/tests/webtransport/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/web-platform/tests/webtransport/README.md diff --git a/testing/web-platform/tests/webtransport/README.md b/testing/web-platform/tests/webtransport/README.md new file mode 100644 index 000000000000..543d876e01d2 --- /dev/null +++ b/testing/web-platform/tests/webtransport/README.md @@ -0,0 +1,14 @@ +# Notes about WebTransport WPTs + +### Running the WebTransport WPTs using the test server +Although these tests do not currently run on the Chromium CI, they can still be +run using the WebTransport WPT server manually. + +Please refer to the following document for detailed instructions: +[Running WPT WebTransport test server](https://docs.google.com/document/d/1OBoZTcC9vDoLTgv_5WUznRFrmwXP0Gprj7V9oOzH9cU/edit?usp=sharing) + + +### Server Handlers +The python server handlers are stored under `handlers/` and are written using the +PEP8 style. +For details, please see the [style guide](https://www.python.org/dev/peps/pep-0008/). -- 2.11.4.GIT