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
From what I can tell, in nosetest's TestManagerRunner.runTest()testPaths is getting added to the args list twice. The first time is on line 60 and the second time on line 69. It looks like this slipped through in a refactor last June.
add a test for nosetest's TestManagerRunner.runTest() that fails due to the bug
From what I can tell, in nosetest's
TestManagerRunner.runTest()
testPaths
is getting added to the args list twice. The first time is on line 60 and the second time on line 69. It looks like this slipped through in a refactor last June.TestManagerRunner.runTest()
that fails due to the bugFYI, I noticed this while working on #4376.
The text was updated successfully, but these errors were encountered: