File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ def test_empty_project(self, tmp_path: Path):
3131
3232 # Assert
3333 expected = UsageTable (
34- title = "Usage" ,
3534 rows = [
3635 UsageRow (category = "tool" , name = "Codespell" , status = "unused" ),
3736 UsageRow (category = "tool" , name = "coverage" , status = "unused" ),
@@ -60,7 +59,6 @@ def test_ruff_used(self, tmp_path: Path):
6059
6160 # Assert
6261 expected = UsageTable (
63- title = "Usage" ,
6462 rows = [
6563 UsageRow (category = "tool" , name = "Codespell" , status = "unused" ),
6664 UsageRow (category = "tool" , name = "coverage" , status = "unused" ),
@@ -86,7 +84,6 @@ def test_uv_init_case(self, uv_init_dir: Path):
8684
8785 # Assert
8886 expected = UsageTable (
89- title = "Usage" ,
9087 rows = [
9188 UsageRow (category = "tool" , name = "Codespell" , status = "unused" ),
9289 UsageRow (category = "tool" , name = "coverage" , status = "unused" ),
You can’t perform that action at this time.
0 commit comments