going through some tutorial about pytest. I have learned that
python -m pytest
this command executed the all file start with prefix test_ as well as function which files are located in same directory. But my question is which file is executed first if the files are test_app_id.py, test_sum.py, test_average.py, test_multiply.py.