Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytest configuration in dev container #3653

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

marrobi
Copy link
Member

@marrobi marrobi commented Aug 3, 2023

Resolves #3652

Configure the following settings:

  "python.testing.pytestArgs": [
          "--ignore=e2e_tests",
          "-W ignore::DeprecationWarning"
        ],
        "python.testing.cwd": "${workspaceFolder}",

After this tests execute in VSCode

@marrobi marrobi enabled auto-merge (squash) August 3, 2023 08:38
@marrobi
Copy link
Member Author

marrobi commented Aug 3, 2023

/test-force-approve

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

🤖 pr-bot 🤖

✅ Marking tests as complete (for commit eec0b76)

(in response to this comment from @marrobi)

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit eec0b76.

Copy link
Collaborator

@SvenAelterman SvenAelterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this solves the problem.

@marrobi marrobi merged commit 4e3c304 into microsoft:main Aug 3, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit Tests do not run in VSCode due to module not found errors
2 participants