Open NotPeopling2day opened 2 years ago
Support running ape test with X-Dist (pytest plugin for multi-processing)
ape test
Use Brownie as a reference, but try not to be as complicated
Build it with coverage and aggregated reporting in mind
perhaps add a runner_suffix and use that in the file name and have x-dist set the property based on which thread it is
runner_suffix
Overview
Support running
ape test
with X-Dist (pytest plugin for multi-processing)Specification
Use Brownie as a reference, but try not to be as complicated
Dependencies
Build it with coverage and aggregated reporting in mind