-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
type: questiongeneral question, might be closed after 2 weeks of inactivitygeneral question, might be closed after 2 weeks of inactivity
Description
For instance, in my case I had run the following command and got this output
C:\Users\karraj\AppData\Local\Programs\Python\Python37\python.exe c:\Users\karraj\Desktop\vscode-python\pythonFiles\pyvsc-run-isolated.py pytest --override-ini junit_family=xunit1 --rootdir c:\Users\karraj\Desktop\Desktop\test_demo --junit-xml=C:\Users\karraj\AppData\Local\Temp\tmp-41724BpAkWghx9dx.xml Tests/steve
================================== FAILURES ===================================
_______________________ FailingTests.test_failure_still _______________________
self = <hello_test.FailingTests testMethod=test_failure_still>
def test_failure_still(self):
> self.assertEqual("I'm right!", "no, I am!")
E AssertionError: "I'm right!" != 'no, I am!'
E - I'm right!
E + no, I am!
Tests\steve\hello_test.py:6: AssertionError
- generated xml file: C:\Users\karraj\AppData\Local\Temp\tmp-4172kPl1yrfyWOkV.xml -
============================== 1 failed in 0.12s ==============================
Tests\steve\hello_test.py is not the absolute path here, but the path relative to my current working directory. Is it guaranteed to contain relative paths always?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: questiongeneral question, might be closed after 2 weeks of inactivitygeneral question, might be closed after 2 weeks of inactivity