For example I have some library files like Lib1.py, Lib2.py and Lib3.py. Now some functions in the Lib1.py calls some functions in Lib2.py. And an exception is occuring in the functions of Lib2.py. So, is it possible to see in the automatically generated Test report that from which file and at which line the exception occurs ?