Closed
Description
This happened to me on at least three different projects when running pytest -v
. Some of the test cases constantly appears in this weird form
test_dir/test_file.py <- absolute_path_of_test_file::TestClass::testcase PASSED
instead of the usual one.
I tried to look for something similar in the documentation, but I wasn't able to find anything. I can't spot any difference between the "weird" test cases and the regular ones.
Does anyone knows what's going on here?