How do I use Scalene to profile my Pytest test suit?
17:31 22 Feb 2023

I want to use Scalene to profile my Pytest test suit

Typically I run the test suit by running

pytest

So I tried

scalene pytest

which doesn't work as I expect.

What is the correct way to run my test suit through scalene?

python pytest profiler scalene