You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response from the TE team:
The FullyQualifiedName needs to be in a C#-similar format in order to work in this case. Give that there are embedded '.'s in some of the segments, that probably won't work. I would definitely suggest adding the hierarchy property to all of the test cases, as in the document I linked. It can be completely configurable and won't rely on FQN parsing.
Steps to Reproduce
pytest
to the environment.pytest
test_1.py
and add the code below to it.Current behavior
Expected behavior
-PythonApplication8
-test_1.py
-test_ischildnode[foo/bar::TestBaz-foo/bar::TestBop-True]
The text was updated successfully, but these errors were encountered: