We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba544a commit f244906Copy full SHA for f244906
tests/conftest.py
@@ -443,7 +443,7 @@ def _now():
443
def _process_custom_attributes(item):
444
if not hasattr(item, 'callspec'):
445
return
446
- if not 'execparams' in item.callspec.params:
+ if 'execparams' not in item.callspec.params:
447
448
ep: Optional[List[Dict[str, Dict[str, object]]]] = item.callspec.params['execparams']
449
if ep.custom_attributes_raw is None:
0 commit comments