Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/materials/test_eos.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,8 @@ def rester():
alt_name_dict = {"material_ids": "material_id"} # type: dict

custom_field_tests = { # type: dict
"material_ids": ["mp-149"]}
"material_ids": ["mp-149"]
}


@pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.")
5 changes: 4 additions & 1 deletion tests/materials/test_grain_boundary.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,10 @@ def rester():

sub_doc_fields = [] # type: list

alt_name_dict = {"material_ids": "material_id", "separation_energy": "w_sep"} # type: dict
alt_name_dict = {
"material_ids": "material_id",
"separation_energy": "w_sep",
} # type: dict

custom_field_tests = {
"material_ids": ["mp-81"],

0 comments on commit bfcc81c

Please sign in to comment.