Skip to content

Commit 7c44984

Browse files
authored
Merge pull request #37 from smkent/tests
Rename misnamed `pyproject.toml` snapshot test
2 parents c80fc28 + a73157d commit 7c44984

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

tests/__snapshots__/test_pyproject.ambr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# serializer version: 1
2-
# name: test_maintaining_features[docs-3.10-private]
2+
# name: test_pyproject_features[docs-3.10-private]
33
'''
44
[build-system]
55
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -207,7 +207,7 @@
207207

208208
'''
209209
# ---
210-
# name: test_maintaining_features[docs-3.10-public]
210+
# name: test_pyproject_features[docs-3.10-public]
211211
'''
212212
[build-system]
213213
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -427,7 +427,7 @@
427427

428428
'''
429429
# ---
430-
# name: test_maintaining_features[docs-3.14-private]
430+
# name: test_pyproject_features[docs-3.14-private]
431431
'''
432432
[build-system]
433433
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -611,7 +611,7 @@
611611

612612
'''
613613
# ---
614-
# name: test_maintaining_features[docs-3.14-public]
614+
# name: test_pyproject_features[docs-3.14-public]
615615
'''
616616
[build-system]
617617
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -807,7 +807,7 @@
807807

808808
'''
809809
# ---
810-
# name: test_maintaining_features[no_docs-3.10-private]
810+
# name: test_pyproject_features[no_docs-3.10-private]
811811
'''
812812
[build-system]
813813
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -990,7 +990,7 @@
990990

991991
'''
992992
# ---
993-
# name: test_maintaining_features[no_docs-3.10-public]
993+
# name: test_pyproject_features[no_docs-3.10-public]
994994
'''
995995
[build-system]
996996
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -1185,7 +1185,7 @@
11851185

11861186
'''
11871187
# ---
1188-
# name: test_maintaining_features[no_docs-3.14-private]
1188+
# name: test_pyproject_features[no_docs-3.14-private]
11891189
'''
11901190
[build-system]
11911191
requires = ["hatchling", "uv-dynamic-versioning"]
@@ -1344,7 +1344,7 @@
13441344

13451345
'''
13461346
# ---
1347-
# name: test_maintaining_features[no_docs-3.14-public]
1347+
# name: test_pyproject_features[no_docs-3.14-public]
13481348
'''
13491349
[build-system]
13501350
requires = ["hatchling", "uv-dynamic-versioning"]

tests/test_pyproject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"enable_docs",
1414
[pytest.param(True, id="docs"), pytest.param(False, id="no_docs")],
1515
)
16-
def test_maintaining_features(
16+
def test_pyproject_features(
1717
render_template: Callable[..., Path],
1818
snapshot: SnapshotAssertion,
1919
*,

0 commit comments

Comments
 (0)