Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Nov 10, 2023
1 parent e58a9c8 commit 7d9fe7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/Sandpit/Exscientia/Types/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def test_container_mul(Type):


@pytest.mark.parametrize("Type", types)
def test_equality(Type):
"""Test equality operators."""
def test_operators(Type):
"""Test equality/inequality operators."""

t0 = Type(1.0, Type._default_unit)
t1 = Type(2.0, Type._default_unit)
Expand Down
4 changes: 2 additions & 2 deletions tests/Types/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def test_container_mul(Type):


@pytest.mark.parametrize("Type", types)
def test_equality(Type):
"""Test equality operators."""
def test_operators(Type):
"""Test equality/inequality operators."""

t0 = Type(1.0, Type._default_unit)
t1 = Type(2.0, Type._default_unit)
Expand Down

0 comments on commit 7d9fe7a

Please sign in to comment.