mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
testing structure for static analysis.
This commit is contained in:
@@ -28,6 +28,12 @@ def test_integration(case, monkeypatch, pytestconfig):
|
||||
case.run(assert_case_equal)
|
||||
|
||||
|
||||
def test_static_analysis(static_analysis_case, monkeypatch, pytestconfig):
|
||||
if static_analysis_case.skip is not None:
|
||||
pytest.skip(static_analysis_case.skip)
|
||||
static_analysis_case.run(assert_case_equal)
|
||||
|
||||
|
||||
def test_refactor(refactor_case):
|
||||
"""
|
||||
Run refactoring test case.
|
||||
|
||||
Reference in New Issue
Block a user