-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
needs confirmationNeeds confirmation that the PR is actually required or needed.Needs confirmation that the PR is actually required or needed.questionFurther information is requestedFurther information is requested
Description
Describe the bug
- When we run
uv run pytest
command, the pytest gets failed fortest_desktop
located here
To Reproduce
Steps to reproduce the behavior:
- Follow the Developement Setup
- Run
uv run pytest
- See error
assert "/fake/path/file1.txt" in content.text
E assert '/fake/path/file1.txt' in '["\\\\fake\\\\path\\\\file1.txt", "\\\\fake\\\\path\\\\file2.txt"]'
E + where '["\\\\fake\\\\path\\\\file1.txt", "\\\\fake\\\\path\\\\file2.txt"]' = TextResourceContents(uri=AnyUrl('dir://desktop'), mimeType='text/plain', text='["\\\\fake\\\\path\\\\file1.txt", "\\\\fake\\\\path\\\\file2.txt"]').text
tests\test_examples.py:71: AssertionError
Expected behavior
- All test cases passed.
Desktop (please complete the following information):
- OS: Windows
Additional context
- It might be solving python sdk local setup issue test cases not executed #414 issue as well.
Metadata
Metadata
Assignees
Labels
needs confirmationNeeds confirmation that the PR is actually required or needed.Needs confirmation that the PR is actually required or needed.questionFurther information is requestedFurther information is requested