mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
test fix (need to have real unittest now)
This commit is contained in:
2
python/testData/unittest.py
Normal file
2
python/testData/unittest.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class TestCase(object):
|
||||
pass
|
||||
@@ -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