Skip to content

chore: disable auto reload of pytest#508

Merged
spetznick-elia merged 1 commit into
mainfrom
chore/disable_autoreload_pytest
May 28, 2026
Merged

chore: disable auto reload of pytest#508
spetznick-elia merged 1 commit into
mainfrom
chore/disable_autoreload_pytest

Conversation

@LeonHilf
Copy link
Copy Markdown
Collaborator

@LeonHilf LeonHilf commented May 28, 2026

Checklist

This setting disables auto-reloading all tests on every file change. This triggered a 3s reload up till now every time you changed a small thing in tests or source code, which is annoying. Now you have to manually reload if you add a new test

Please check if the PR fulfills these requirements:

  • PR Title follows conventional commit messages
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • All commits in this PR are DCO signed-off (see CONTRIBUTING.md)

Does this PR already have an issue describing the problem?

Fixes #

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change?

  • Yes
  • No

Signed-off-by: Leonard Hilfrich <Leonard.Hilfrich@50Hertz.com>
Copilot AI review requested due to automatic review settings May 28, 2026 07:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Disables VS Code’s automatic pytest test discovery on save to prevent unintended reload/discovery cycles during development in this repo.

Changes:

  • Turned off python.testing.autoTestDiscoverOnSaveEnabled in workspace VS Code settings.

@sonarqube-mccs
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Copy Markdown
Collaborator

@spetznick-elia spetznick-elia left a comment

Choose a reason for hiding this comment

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

lgtm

@spetznick-elia spetznick-elia merged commit b987c7d into main May 28, 2026
24 checks passed
@spetznick-elia spetznick-elia deleted the chore/disable_autoreload_pytest branch May 28, 2026 08:05
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.

3 participants