Skip to content

Commit

Permalink
rename test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 11, 2024
1 parent a17be27 commit 891761e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_nomad_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from pynxtools.testing.nomad_example import (
get_file_parameter,
test_nomad_example,
parse_nomad_example,
test_example_upload_entry_point_valid,
)

Expand All @@ -40,7 +40,7 @@
)
def test_nomad_examples(mainfile, no_warn):
"""Test if NOMAD examples work."""
test_nomad_example(mainfile)
parse_nomad_example(mainfile)


@pytest.mark.parametrize(
Expand All @@ -59,7 +59,7 @@ def test_nomad_examples(mainfile, no_warn):
],
)
def test_nomad_example_upload_entry_point_valid(config, expected_local_path):
test_example_upload_entry_point_valid(
example_upload_entry_point_valid(
plugin_package="pynxtools-mpes",
config=config,
expected_local_path=expected_local_path,
Expand Down

0 comments on commit 891761e

Please sign in to comment.