Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jun 13, 2022
1 parent 508817f commit 829dd44
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions qcelemental/tests/test_molparse_from_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,12 +1011,14 @@ def test_xyz_gdb_error(string, err):

assert err in str(e.value)


@pytest.mark.parametrize(
"dtype", [
None,
"xyz",
"xyz+",
]
"dtype",
[
None,
"xyz",
"xyz+",
],
)
def test_xyz_fields_error(dtype):

Expand Down

0 comments on commit 829dd44

Please sign in to comment.