Skip to content

Fix unittestadapter test warnings by using different import names for classes that begin with Test, so that pytest doesn't try use them as tests. #9698

Fix unittestadapter test warnings by using different import names for classes that begin with Test, so that pytest doesn't try use them as tests.

Fix unittestadapter test warnings by using different import names for classes that begin with Test, so that pytest doesn't try use them as tests. #9698

Workflow file for this run

name: 'PR labels'
on:
pull_request:
types:
- 'opened'
- 'reopened'
- 'labeled'
- 'unlabeled'
- 'synchronize'
jobs:
classify:
name: 'Classify PR'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'PR impact specified'
uses: mheap/github-action-required-labels@23e10fde7e062233401931a0eece796cd9bf3177 # v5.6.0
with:
mode: exactly
count: 1
labels: 'bug, debt, feature-request, no-changelog'