In my parent folder there is a subfolder tests and all pytest files are inside these. For example
..../tests/test_abc.py .../tests/test_xyz.py
There are about 8 to 10 test cases in each of the pytest files. I want to run both these files parallelly as executing one after another it's taking a lot of time, to execute 20 cases.