diff --git a/tests/test_sourcecode.py b/tests/test_sourcecode.py index 6469c0ecbf2..17a6d80d8eb 100644 --- a/tests/test_sourcecode.py +++ b/tests/test_sourcecode.py @@ -108,7 +108,7 @@ def test_cqa_mypy(self): raise AssertionError( f'mypy validation failed:\n{output}') from None - def test_clippy(self): + def test_cqa_rust_clippy(self): edgepath = find_edgedb_root() config_path = os.path.join(edgepath, 'Cargo.toml') if not os.path.exists(config_path): @@ -134,7 +134,7 @@ def test_clippy(self): raise AssertionError( f'clippy validation failed:\n{output}') from None - def test_rustfmt(self): + def test_cqa_rust_rustfmt(self): edgepath = find_edgedb_root() config_path = os.path.join(edgepath, 'Cargo.toml') if not os.path.exists(config_path):