letalboy / testrium

Testrium is the pinnacle of testing libraries, designed to elevate your testing experience to heavenly heights. Seamlessly integrating the power and flexibility of modern testing frameworks, ElysianProbe provides an unparalleled suite of tools to ensure your code is flawless.
0 stars 1 forks source link

Add parallelized testing #2

Open letalboy opened 3 months ago

letalboy commented 3 months ago

Use some kind of decorator to specify which tests should be run in parallel to save time and use the machine ressources more efficiently, also create another decorator that allows to set priority of the test. Or do only one decorator, something like @test_config(pruority=0, parallelize=true) or something like that.