Skip to content

Commit 8256d28

Browse files
resolve conversation
1 parent bdd717f commit 8256d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/util/version_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ def test_version_from_python_no_module_error(tmp_path):
108108
file_path.write_text("")
109109
with pytest.raises(ToolboxError) as ex:
110110
Version.from_python_module(file_path)
111+
assert str(ex.value) == "Couldn't find version within module"

0 commit comments

Comments
 (0)