You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2019. It is now read-only.
in our integration tests, there are several steps in different feature share the same name. eg. userA deposit 1 eth to plasma, userA transfers 1 eth to userB.
They should be using the same implementation. Currently there are multiple implementation for the same step name. However, behave framework does not ensures that which implementation it would take. see: behave/behave#496.
Though luckily it worked in our CI, but It breaks in my local env.
Here's my screenshot:
You can see it is calling challenge_spent_coin_flow.feature:3 first but calling challenge_double_spending_flow.py:26 later.