mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test fix (need to have real unittest now)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class TestCase(object):
|
||||
pass
|
||||
+1
@@ -68,6 +68,7 @@ public class PyAttributeOutsideInitInspectionTest extends PyTestCase {
|
||||
}
|
||||
|
||||
private void doTest() {
|
||||
myFixture.configureByFile("unittest.py");
|
||||
myFixture.configureByFile("inspections/PyAttributeOutsideInitInspection/" + getTestName(true) + ".py");
|
||||
myFixture.enableInspections(PyAttributeOutsideInitInspection.class);
|
||||
myFixture.checkHighlighting(false, false, true);
|
||||
|
||||
Reference in New Issue
Block a user