An agile testing framework built on top of Behave (BDD) that extends functionality for parameterized scenarios and data-driven testing. Current version 4.6.0, supports Python >=3.5. Release cadence is irregular.
pip install behavexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic behavex test structure using behave syntax. Behavex extends behave with parameterized scenarios; run tests with the `behave` command.
Review changelog at https://github.com/behavex/behavex/releases before upgrading.
Use @given, @when, @then from `behave` module instead of behavex-specific decorators.
Ensure `behave` is in your requirements.txt or installed alongside behavex.
pip install behavex
Update to latest behavex or check documentation for correct usage.
Use `--params` or check behavex --help for correct options.