Skip to content

Commit b1b95c6

Browse files
committed
Better test case name
1 parent 630c560 commit b1b95c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def assert_0d_float(name: str, x: Array):
1919

2020

2121
@pytest.mark.parametrize("name, n", [("e", math.e), ("pi", math.pi)])
22-
def test_irrational(name, n):
22+
def test_irrational_numbers(name, n):
2323
assert hasattr(xp, name)
2424
c = getattr(xp, name)
2525
assert_scalar_float(name, c)

0 commit comments

Comments
 (0)