maximehamm / tzatziki

Cucumber y Tzatziki
28 stars 9 forks source link

Regex expression not parsed in steps functions while using predefined data types #13

Closed mglowinski93 closed 3 years ago

mglowinski93 commented 3 years ago

Hi, I would like to report a non-functional regex parsing in step functions while using predefined data types. I was trying to start this example, but PyCharm was reporting regex parsing error.

image

Could you please confirm, that it's a bug or rather some missing setting in PyCharm? So far I've only configured behave as BDD framework: image

PyCharm version: 2021.02.01 (Professional Edition) System: Ubuntu 20.04.2 LTS behave package version: 1.2.6 PyCharm Plugin: Cucumber+ 9.0.3

mglowinski93 commented 3 years ago

This issue was caused by step matcher, which was set to re. After i removed it, everything started working just fine.