aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/tools/pytest/doc/en/example/pythoncollection.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/pytest/doc/en/example/pythoncollection.py')
-rw-r--r--tests/wpt/web-platform-tests/tools/pytest/doc/en/example/pythoncollection.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/wpt/web-platform-tests/tools/pytest/doc/en/example/pythoncollection.py b/tests/wpt/web-platform-tests/tools/pytest/doc/en/example/pythoncollection.py
deleted file mode 100644
index 05858eb854b..00000000000
--- a/tests/wpt/web-platform-tests/tools/pytest/doc/en/example/pythoncollection.py
+++ /dev/null
@@ -1,11 +0,0 @@
-
-# run this with $ py.test --collect-only test_collectonly.py
-#
-def test_function():
- pass
-
-class TestClass:
- def test_method(self):
- pass
- def test_anothermethod(self):
- pass