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
unittest/discover: Avoid adding test parent dir to sys.path.
When running tests from subfolders, import by "full dotted path"
rather than just module name, removing the need to add the test
parent folder to sys.path.
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
0 commit comments