org.sonar.l10n.py.rules.python.S5906.json Maven / Gradle / Ivy
{
"title": "The most specific \"unittest\" assertion should be used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1min"
},
"tags": [
"tests",
"unittest"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-5906",
"sqKey": "S5906",
"scope": "Tests",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy