mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Tests improved: configurations are no checked in more natural way
This commit is contained in:
11
python/testData/testRunner/env/createConfigurationTest/doctest_test.py
vendored
Normal file
11
python/testData/testRunner/env/createConfigurationTest/doctest_test.py
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# This does not work
|
||||
|
||||
|
||||
def spa<caret>m():
|
||||
"""
|
||||
|
||||
>>> 1 == 1
|
||||
> 1
|
||||
:return:
|
||||
"""
|
||||
pass
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
import aid.test.base
|
||||
|
||||
|
||||
class Th<caret>eTest(aid.test.base.TestBase):
|
||||
|
||||
def test_case_1(self):
|
||||
12
python/testData/testRunner/env/createConfigurationTest/test_file.py
vendored
Normal file
12
python/testData/testRunner/env/createConfigurationTest/test_file.py
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# This does not work
|
||||
|
||||
import aid.test.base
|
||||
sp<caret>am=42
|
||||
|
||||
class TheTest(aid.test.base.TestBase):
|
||||
|
||||
def test_case_1(self):
|
||||
self.fail()
|
||||
|
||||
def test_case_2(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user