Function body is not covered in coverage file while executing testcase through pytest
I have multiple python modules to be tested and I’m testing it using the tox file with the command “coverage run -m test_folder”.
Function body is not covered while executing testcase through pytest
I have multiple python modules to be tested and I’m testing it using the tox file with the command “coverage run -m test_folder”.