Skip to content

Commit

Permalink
Testing: Version info
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Oct 18, 2023
1 parent 88ce860 commit bdb01bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_eccodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def test_api_version():

def test_version_info():
vinfo = eccodes.codes_get_version_info()
print("ecCodes version information: ", vinfo)
assert len(vinfo) == 2
print(vinfo)


def test_codes_is_defined():
Expand Down

0 comments on commit bdb01bb

Please sign in to comment.