Skip to content

Support pytest-xdist #235

@jitseniesen

Description

@jitseniesen

Currently, tests can not be run in parallel using the pytest-xdist plugin. There are two problems:

  • The plugin does not report tests as they are collected using the standard pytest hooks.
  • When the tests are run in parallel, the three phases of the tests (setup, run, teardown) are interspersed and this confusing spyder-unittest.

We should make spyder-unittest more robust so that pytest-xdist can be used.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions