Skip to content

parallelize our test suite #1508

Closed
Closed
@ivanov

Description

@ivanov

Our test suite takes a while to run and use only one CPU core, but the majority of the tests are independent of one another, and could thus be run in parallel on a multicore machine.

Here's the relevant section of documention for nosetests: Parallel Testing with nose.

Right now, our test suite doesn't even finish with nosetests --processes=1 matplotlib, but that's probably due to one of these issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions