Skip to content

Commit

Permalink
Update test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Nov 18, 2024
1 parent 7648536 commit 83b169d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_spada_FE.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)

@pytest.mark.parametrize("inp,expected", TEST_DATA)
def test_spada(inp, expected):
def test_spada_FE(inp, expected):

mors.DownloadEvolutionTracks('Spada')
params = mors.NewParams()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_spada_RB.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)

@pytest.mark.parametrize("inp,expected", TEST_DATA)
def test_spada(inp, expected):
def test_spada_RB(inp, expected):

mors.DownloadEvolutionTracks('Spada')
star = mors.Star(Mstar=inp[0], Omega=inp[1])
Expand Down

0 comments on commit 83b169d

Please sign in to comment.