Skip to content

Commit 1dc2c0d

Browse files
committed
Rename test
1 parent 5050f4f commit 1dc2c0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/pypi/pep508/deps_tests.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_all_markers_are_added(env):
161161

162162
_tests.append(test_all_markers_are_added)
163163

164-
def test_markers_with_extra(env):
164+
def test_extra_with_conditional_and_unconditional_markers(env):
165165
requires_dist = [
166166
"bar",
167167
'baz!=1.56.0; sys_platform == "darwin" and extra == "client"',
@@ -177,7 +177,7 @@ def test_markers_with_extra(env):
177177
env.expect.that_collection(got.deps).contains_exactly(["bar", "baz"])
178178
env.expect.that_dict(got.deps_select).contains_exactly({})
179179

180-
_tests.append(test_markers_with_extra)
180+
_tests.append(test_extra_with_conditional_and_unconditional_markers)
181181

182182
def deps_test_suite(name): # buildifier: disable=function-docstring
183183
test_suite(

0 commit comments

Comments
 (0)