Comply with flake8
This commit is contained in:
parent
449adc2dc1
commit
e9ae2156d3
@ -103,8 +103,9 @@ def pattern_match(*, pattern, value):
|
||||
re_pattern = '.*'.join(re.escape(part) for part in pattern.split('*'))
|
||||
return re.fullmatch(re_pattern, value) is not None
|
||||
|
||||
|
||||
def abs_datapath(from_file):
|
||||
"""Returns the absolute datapath.
|
||||
"""Get the absolute datapath.
|
||||
|
||||
__FILE__ must be given as an argument
|
||||
|
||||
|
@ -19,4 +19,3 @@
|
||||
|
||||
import pytest_bdd as bdd
|
||||
bdd.scenarios('spawn.feature')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user