Skip to content

Commit 4d43844

Browse files
authored
Remove test-content subcommand from mach (servo#39412)
Content tests have been replaced by web platform tests 10 years ago (see servo@9be71b9). I think it is fair to assume that no one is going to run the relevant subcommand anymore. Let's remove it. Signed-off-by: Simon Wülker <[email protected]>
1 parent bbceb0f commit 4d43844

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/servo/testing_commands.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,6 @@ def test_unit(
268268
assert isinstance(result, int)
269269
return result
270270

271-
@Command("test-content", description="Run the content tests", category="testing")
272-
def test_content(self) -> int:
273-
print("Content tests have been replaced by web-platform-tests under tests/wpt/mozilla/.")
274-
return 0
275-
276271
@Command("test-tidy", description="Run the source code tidiness check", category="testing")
277272
@CommandArgument(
278273
"--all",

0 commit comments

Comments
 (0)