mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
PY-54560 Rename some DataclassInspection tests specific to attrs
GitOrigin-RevId: 14a65a75454507867df5212dd25425178975860d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
132461b7de
commit
a20dc6e783
@@ -64,22 +64,22 @@ public class PyDataclassInspectionTest extends PyInspectionTestCase {
|
||||
}
|
||||
|
||||
// PY-34374, PY-33189
|
||||
public void testFieldsOrderInInheritanceKwOnlyNoDefaultBase() {
|
||||
public void testAttrsFieldsOrderInInheritanceKwOnlyNoDefaultBase() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-34374, PY-33189
|
||||
public void testFieldsOrderInInheritanceKwOnlyDefaultBase() {
|
||||
public void testAttrsFieldsOrderInInheritanceKwOnlyDefaultBase() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-34374, PY-33189
|
||||
public void testFieldsOrderInInheritanceKwOnlyNoDefaultDerived() {
|
||||
public void testAttrsFieldsOrderInInheritanceKwOnlyNoDefaultDerived() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-34374, PY-33189
|
||||
public void testFieldsOrderInInheritanceKwOnlyDefaultDerived() {
|
||||
public void testAttrsFieldsOrderInInheritanceKwOnlyDefaultDerived() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user