Skip to content

TRIAL: test-suite anti-patterns (Copilot test)#2

Open
thiell wants to merge 1 commit into
mainfrom
trial/copilot-tests
Open

TRIAL: test-suite anti-patterns (Copilot test)#2
thiell wants to merge 1 commit into
mainfrom
trial/copilot-tests

Conversation

@thiell

@thiell thiell commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Throwaway PR to exercise Copilot against the tests instructions. Do not merge.

Planted, all should be flagged:

  • subprocess.run(..., capture_output=True, text=True) — py3.7+, below the py3.6/EL8 test floor.
  • time.sleep(3) as synchronization — timing flakiness.
  • logging.getLogger().setLevel(DEBUG) — mutates global logging state without restoring it.

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.

1 participant