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 2b60bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_nomad_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

from pynxtools.testing.nomad_example import (
get_file_parameter,
test_nomad_example,
test_example_upload_entry_point_valid,
parse_nomad_example,
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 2b60bcf

Please sign in to comment.