How to run Python & Behave tests with some unit test framwork? -



How to run Python & Behave tests with some unit test framwork? -

i need run tests (written python , behave) without using console. prefer create simple python script , utilize unit test runner. i'm thinking unittest, pytest , nose solutions welcome:) couldn't find hint on behave's homepage.

behave "test runner". utilize "-o " alternative store results somewhere whatever format(her) want use.

note: same py.test.

python unit-testing testing python-behave

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -