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

1k views Asked by At

I need to run my tests (written with Python and Behave) without using console. I prefer to create simple Python script and use some unit test runner. I'm thinking about unittest, but pytest and nose solutions are also welcome:) I couldn't find any hint on behave's homepage.

1

There are 1 answers

0
jenisys On

behave is the "test runner". Use the "-o " option to store your results somewhere for whatever format(her) you want to use.

NOTE: It is basically the same like py.test.