enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
365 stars 115 forks source link

Make tests safe to run in parallel #322

Closed michalsieron closed 1 year ago

michalsieron commented 1 year ago

For example using pytest-parallel you can greatly reduce time it takes to run all tests.

$ pytest --workers auto test

Signed-off-by: Michal Sieron msieron@antmicro.com

enjoy-digital commented 1 year ago

Thanks @michalsieron, sorry for the delay.