devolo / adaptavist

python package providing functionality for Jira Test Management (tm4j)
MIT License
8 stars 11 forks source link

Fix ValueError in get_test_result #49

Closed Shutgun closed 1 year ago

Shutgun commented 1 year ago

The tests of pytest-adaptavist uncovered a bug, that get_test_result raises a ValueError in case that no results exist, yet. This MR fixes that.