You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an existing effort at #117 and aloetesting/aloe_django#50 to port Aloe to unittest that can possibly help, especially with Django's parallel test runner. If you can test those branches with your existing projects and report back, it will be appreciated.
I have a multiple features each having several scenarios. When I try this:
nosetests ./features/ --with-gherkin --processes=10
I get this:
ValueError: No such test
I'm not sure how I can run several Features (or Scenarios) in parallel
The text was updated successfully, but these errors were encountered: