How do I use Scalene to profile my Pytest test suit?
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?