Replies: 1 comment 5 replies
-
Hi! Are you using unittest or pytest? Ill give the notes for pytest but the same concept applicable to unittest. If you change the rootdir argument of your request it should put that as the root of the tree. So in this example if you add test_suites as a pytest arg (make sure to remove the "." if it exists) then it should only be nested two deep. Let me know if this doesn't work! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The tests are located deep in the directory, how can I remove the tabs: repos/..._autotest/.../test_suites/.../ and only those below remain?
Beta Was this translation helpful? Give feedback.
All reactions