Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 634 Bytes

Behave VIM integration

Implemented navigation for Behave (behaviour-driven development, Python style).

Features:

  • Jump from step definition to step implementation

  • Jump from step implementation to step definition

  • List parsing errors for step definitions and implementations

Requirements

  • VIM with +python3 support

  • Behave is installed and available for VIM

Install

Installation with Vim-Plug:

Plug 'ookull/behave-integration.vim'