Skip to content

Eslint rule to discourage usage of 'suite.only'  #24161

@anthonykim1

Description

@anthonykim1

VS Code has something like "local/code-no-test-only": "error", to discourage use of 'suite.only'
Python extension could have something similar something like:

{
  "plugins": ["mocha"],
  "rules": {
    "mocha/no-exclusive-tests": "error"
  }
}

to ensure best practices - prevent slipping suite.only

Metadata

Metadata

Assignees

Labels

debtCovers everything internal: CI, testing, refactoring of the codebase, etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions