lambda-behave
lambda-behave copied to clipboard
Support Parallelism
Be able to safely run tests in parallel. Probably some overlap with #6
Popular @ LSCC.
Popular @ LJC hackday.
does lambda behave create a new instance of the test class for every test run, like junit does?
I'm trying to run tests in parallel with a ParallelComputer, and it behaves like all tests share the same test instance.
At the moment (0.1-0.3) they share the same instance. The current head has fixed that problem and new instances will be created for each test in lambda-behave 0.4 onwards. My apologies for the delay in releasing 0.4, but it should be out sometime this month.
ok i will just build master.