Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 216 Bytes

behave-comparison.rst

File metadata and controls

7 lines (5 loc) · 216 Bytes
  • With behave, as of 20130927, try to do something like this in a step file:

from . import util

That's because the step files are not imported like modules but exec'ed. Fresher does not prevent relative imports.