kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 60 forks source link

Tavern integration #66

Closed hoIIer closed 2 years ago

hoIIer commented 4 years ago

Does this project play nice with tavern?

I installed and then ran my tests with command: pytest --tests-per-worker auto, but all tests fail.

I'm running about 10 separate integration test files.

https://github.com/taverntesting/tavern/issues/534