The RemoteOriginalSpecNvrRule rules do not have a test_case_name attribute anymore.
+1
Would be nicer to have:
applicable_policies = set(policy.is_applicable(testcase) for policy in config['policies'])
:+1:
@lholecek that works for me too... feel free to submit it as a separate mini style/cleanup PR.
Pull-Request has been merged by ralph
The RemoteOriginalSpecNvrRule rules do not have a test_case_name
attribute anymore.