jeanthom / gram

DDR3 controller for nMigen (WIP)
Other
14 stars 1 forks source link

Parallelize unit tests #33

Closed jeanthom closed 4 years ago

jeanthom commented 4 years ago

https://pypi.org/project/unittest-parallel/

jeanthom commented 4 years ago

unittest-parallel can't parallelize tests inside a same test suite class, which is clearly our bottleneck. Shelving this idea until we find something better.