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