This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5463bccdfd29ffda740517da7070cb67cf0f1c61
openide
/
python
/
testData
/
inspections
T
History
Semyon Proshev
db475bb30d
PY-21083 Fixed: Inspection of float.fromhex expecting incorrect arguments
...
Add skeleton for float.fromhex
2016-10-28 20:11:35 +03:00
..
GoogleDocstringParametersInspection
…
importFromModule
/foo
…
importFromModuleStar
…
InconsistentIndentation
…
objectBaseIsNotShownInAutoImportQuickfix
…
PyAbstractClassInspection
…
PyArgumentEqualDefaultInspection
…
PyArgumentListInspection
Introduce doMultiFileTest in PyArgumentListInspectionTest
2016-10-13 21:08:52 +03:00
PyAssignmentToLoopOrWithParameterInspection
…
PyAttributeOutsideInitInspection
…
PyAugmentAssignmentInspection
PY-20832 Fixed: __iter__ is not inferred from for-statement
2016-10-24 17:39:30 +03:00
PyBroadExceptionInspection
…
PyByteLiteralInspection
…
PyCallByClassInspection
…
PyCallingNonCallableInspection
…
PyChainedComparisonsInspection
…
PyChainedComparisonsInspectionWithConstantInTheMiddle
…
PyClassHasNoInitInspection
…
PyClassicStyleClassInspection
…
PyComparisonWithNoneInspection
…
PyCompatibilityInspection
PY-16098 Fixed: Warn that async and await will become keywords in Python 3.7
2016-10-07 12:21:53 +03:00
PyCompatibilityInspection3K
…
PyDecoratorInspection
…
PyDefaultArgumentInspection
…
PyDictCreationInspection
…
PyDictDuplicateKeysInspection
…
PyDocstringInspection
…
PyDocstringParametersInspection
…
PyDunderSlotsInspection
…
PyDunderSlotsInspectionTest
Move PyPropertyAccessInspection functionality which relates to __slots__ to PyDunderSlotsInspection
2016-10-02 19:21:27 +03:00
PyExceptClausesOrderInspection
…
PyExceptionInheritInspection
…
PyFromFutureImportInspection
…
PyGlobalUndefinedInspection
…
PyInitNewSignatureInspection
…
PyListCreationInspection
…
PyMethodFirstArgAssignmentInspection
…
PyMethodMayBeStaticInspection
…
PyMethodOverridingInspection
…
PyMethodParametersInspection
…
PyMethodParametersInspectionInitSubclass
…
PyMethodParametersInspectionMetacls
…
PyMissingConstructorInspection
…
PyMissingTypeHintsInspection
…
PyNestedDecoratorsInspection
…
PyNonAsciiCharInspection
…
PyNonAsciiCharReferenceInspection
…
PyNoneFunctionAssignmentInspection
…
PyNumpyType
…
PyOldStyleClassesInspection
…
PyPackageRequirementsInspection
…
PyPep8NamingInspection
…
PyPropertyAccessInspection
Move PyPropertyAccessInspection functionality which relates to __slots__ to PyDunderSlotsInspection
2016-10-02 19:21:27 +03:00
PyPropertyDefinitionInspection25
…
PyPropertyDefinitionInspection26
…
PyPropertyDefinitionInspection33
…
PyProtectedMemberInspection
…
PyRaisingNewStyleClassInspection
…
PyRedeclarationInspection
…
PyRedundantParenthesesInspection
…
PySetFunctionToLiteralInspection
…
PyShadowingBuiltinsInspection
…
PyShadowingNamesInspection
…
PySimplifyBooleanCheckInspection
…
PySingleQuotedDocstringInspection
…
PyStatementEffectInspection
…
PyStringExceptionInspection
…
PyStringFormatInspection
…
PySuperArgumentsInspection
…
PyTrailingSemicolonInspection
…
PyTupleAssignmentBalanceInspection
…
PyTupleAssignmentBalanceInspection2
…
PyTupleAssignmentBalanceInspection3
…
PyTupleItemAssignmentInspection
…
PyTypeCheckerInspection
PY-21083 Fixed: Inspection of float.fromhex expecting incorrect arguments
2016-10-28 20:11:35 +03:00
PyUnboundLocalVariableInspection
Extends PyConstantExpressionEvaluator.evaluateBoolean to work for integers and use it.
2016-10-03 15:21:37 +03:00
PyUnnecessaryBackslashInspection
…
PyUnreachableCodeInspection
…
PyUnresolvedReferencesInspection
PY-20071 Fixed: Nonexistent logger methods should be mark as unresolved
2016-10-13 21:08:52 +03:00
PyUnresolvedReferencesInspection3K
PY-11208 Fixed: False positive for mock.patch.object
2016-10-25 14:24:18 +03:00
PyUnusedLocalCoroutine
…
PyUnusedLocalFunctionInspection
…
PyUnusedLocalVariableInspection
…
PyUnusedLocalVariableInspection3K
…
PyUnusedParameterInspection
PY-19491 Fixed: *args, **kwargs should not trigger PyUnusedLocal inspection our should be different inspection
2016-10-27 20:50:51 +03:00
PyUnusedVariableTupleUnpacking
…
returnValueFromInit
…
spelling
PY-20987 Consider multiple "glued" string nodes in the spell checker
2016-10-05 16:11:37 +03:00
suppress
…
unusedImport
…
UnusedLocalDoctestReference
PY-20805 PY-8219 Detect usages of local variables inside f-strings
2016-10-05 16:11:37 +03:00
UnusedLocalFStringReferences
PY-20805 PY-8219 Detect usages of local variables inside f-strings
2016-10-05 16:11:37 +03:00
__init__.py
…
AddCallSuper1_after.py
…
AddCallSuper1.py
…
AddCallSuper_after.py
…
AddCallSuper.py
…
AddCallSuperCommentAfterColonPreserved_after.py
…
AddCallSuperCommentAfterColonPreserved.py
…
AddCallSuperCommentsInFunctionBodyPreserved_after.py
…
AddCallSuperCommentsInFunctionBodyPreserved.py
…
AddCallSuperConflictingTupleParam_after.py
…
AddCallSuperConflictingTupleParam.py
…
AddCallSuperKeywordOnlyParamInInit_after.py
…
AddCallSuperKeywordOnlyParamInInit.py
…
AddCallSuperKeywordOnlyParamInSuperInit_after.py
…
AddCallSuperKeywordOnlyParamInSuperInit.py
…
AddCallSuperNoRequiredKeywordOnlyParamAfterSingleStarInSuperInit_after.py
…
AddCallSuperNoRequiredKeywordOnlyParamAfterSingleStarInSuperInit.py
…
AddCallSuperOptionalAndRequiredParamsNameCollision_after.py
…
AddCallSuperOptionalAndRequiredParamsNameCollision.py
…
AddCallSuperPass_after.py
…
AddCallSuperPass.py
…
AddCallSuperRepeatedOptionalParamsPassedToSuperConstructor_after.py
…
AddCallSuperRepeatedOptionalParamsPassedToSuperConstructor.py
…
AddCallSuperRepeatedOptionalTupleParamsPassedToSuperConstructor_after.py
…
AddCallSuperRepeatedOptionalTupleParamsPassedToSuperConstructor.py
…
AddCallSuperRequiredKeywordOnlyParamAfterSingleStarInSuperInitIsMerged_after.py
…
AddCallSuperRequiredKeywordOnlyParamAfterSingleStarInSuperInitIsMerged.py
…
AddCallSuperSelfNameAndAnnotationPreserved_after.py
…
AddCallSuperSelfNameAndAnnotationPreserved.py
…
AddCallSuperSelfNamePreserved_after.py
…
AddCallSuperSelfNamePreserved.py
…
AddCallSuperSingleStarParamInSuperInit_after.py
…
AddCallSuperSingleStarParamInSuperInit.py
…
AddCallSuperSingleStarParamInSuperInitAndVarargInInit_after.py
…
AddCallSuperSingleStarParamInSuperInitAndVarargInInit.py
…
AddCallSuperSingleStarParamPreserved_after.py
…
AddCallSuperSingleStarParamPreserved.py
…
AddCallSuperTypeAnnotationsPreserved_after.py
…
AddCallSuperTypeAnnotationsPreserved.py
…
AddClass_after.py
…
AddClass.py
…
AddCls_after.py
…
AddCls.py
…
AddEncoding_after.py
…
AddEncoding.py
…
AddEncodingAtLastLine_after.py
…
AddEncodingAtLastLine.py
…
AddFunctionToModule_after.py
…
AddFunctionToModule.py
…
AddGlobalExistingStatement_after.py
…
AddGlobalExistingStatement.py
…
AddGlobalStatement_after.py
…
AddGlobalStatement.py
…
AddImport_after.py
…
AddImport.py
…
AddImportDoc_after.py
…
AddImportDoc.py
…
AddImportDocComment_after.py
…
AddImportDocComment.py
…
AddParameter_after.py
…
AddParameter.py
…
AddParameterNotAvailableInsideAnnotation.py
…
AddSelf_after.py
…
AddSelf.py
…
AddSelfFunction_after.py
…
AddSelfFunction.py
…
AddSelfToClassmethod_after.py
…
AddSelfToClassmethod.py
…
AddToImportFromFoo.py
…
AddToImportFromList_after.py
…
AddToImportFromList.py
…
ArgumentEqualDefault_after.py
…
ArgumentEqualDefault.py
…
AugmentAssignment1_after.py
…
AugmentAssignment1.py
…
AugmentAssignment2_after.py
…
AugmentAssignment2.py
…
AugmentAssignment_after.py
…
AugmentAssignment.py
…
AugmentAssignmentFunction_after.py
…
AugmentAssignmentFunction.py
…
AugmentAssignmentPerc_after.py
…
AugmentAssignmentPerc.py
…
AugmentAssignmentSubscription_after.py
…
AugmentAssignmentSubscription.py
…
AugmentAssignmentWithContext_after.py
…
AugmentAssignmentWithContext.py
…
ChainedComparison1_after.py
…
ChainedComparison1.py
…
ChainedComparison2_after.py
…
ChainedComparison2.py
…
ChainedComparison3_after.py
…
ChainedComparison3.py
…
ChainedComparison4_after.py
…
ChainedComparison4.py
…
ChainedComparison5_after.py
…
ChainedComparison5.py
…
ChainedComparison6_after.py
…
ChainedComparison6.py
…
ChainedComparison7_after.py
…
ChainedComparison7.py
…
ChainedComparisons_after.py
…
ChainedComparisons.py
…
ChainedComparisonWithCommonBinaryExpression_after.py
…
ChainedComparisonWithCommonBinaryExpression.py
…
ComparisonWithNone_after.py
…
ComparisonWithNone.py
…
ConvertSingleQuotedDocstring_after.py
…
ConvertSingleQuotedDocstring.py
…
ConvertSingleQuotedDocstringEscape_after.py
…
ConvertSingleQuotedDocstringEscape.py
…
DefaultArgument_after.py
…
DefaultArgument.py
…
DefaultArgumentCommentsInsideParameters_after.py
…
DefaultArgumentCommentsInsideParameters.py
…
DefaultArgumentEmptyList_after.py
…
DefaultArgumentEmptyList.py
…
DictComprehensionToCall_after.py
…
DictComprehensionToCall.py
…
DictCreation_after.py
…
DictCreation.py
…
DictCreationDuplicate_after.py
…
DictCreationDuplicate.py
…
DictCreationTuple_after.py
…
DictCreationTuple.py
…
DocstringParams1_after.py
…
DocstringParams1.py
…
DocstringParams2_after.py
…
DocstringParams2.py
…
DocstringParams_after.py
…
DocstringParams.py
…
EmptyListOfBaseClasses_after.py
…
EmptyListOfBaseClasses.py
…
GoogleDocStringAddKeywordVararg_after.py
…
GoogleDocStringAddKeywordVararg.py
…
GoogleDocStringAddParam_after.py
…
GoogleDocStringAddParam.py
…
GoogleDocStringAddPositionalVararg_after.py
…
GoogleDocStringAddPositionalVararg.py
…
GoogleDocStringRemoveKeywordVararg_after.py
…
GoogleDocStringRemoveKeywordVararg.py
…
GoogleDocStringRemoveParam_after.py
…
GoogleDocStringRemoveParam.py
…
GoogleDocStringRemoveParamWithSection_after.py
…
GoogleDocStringRemoveParamWithSection.py
…
GoogleDocStringRemovePositionalVararg_after.py
…
GoogleDocStringRemovePositionalVararg.py
…
IgnoreShadowingBuiltins.py
…
ImplementAbstractProperty1_after.py
…
ImplementAbstractProperty1.py
…
ImplementAbstractProperty_after.py
…
ImplementAbstractProperty.py
…
ImportTarget.py
…
ListCreation_after.py
…
ListCreation.py
…
MoveFromFutureImport_after.py
…
MoveFromFutureImport.py
…
MoveFromFutureImportDocString_after.py
…
MoveFromFutureImportDocString.py
…
NumpyDocStringRemoveCombinedVarargParam_after.py
…
NumpyDocStringRemoveCombinedVarargParam.py
…
NumpyDocStringRemoveFirstOfCombinedParams_after.py
…
NumpyDocStringRemoveFirstOfCombinedParams.py
…
NumpyDocStringRemoveLastOfCombinedParams_after.py
…
NumpyDocStringRemoveLastOfCombinedParams.py
…
NumpyDocStringRemoveMidOfCombinedParams_after.py
…
NumpyDocStringRemoveMidOfCombinedParams.py
…
QualifyByImport_after.py
…
QualifyByImport.py
…
QualifyByImportFoo.py
…
RedundantParentheses_after.py
…
RedundantParentheses.py
…
RedundantParenthesesBoolean_after.py
…
RedundantParenthesesBoolean.py
…
RedundantParenthesesInTuples_after.py
…
RedundantParenthesesInTuples.py
…
RedundantParenthesesMore_after.py
…
RedundantParenthesesMore.py
…
RedundantParenthesesParenthesizedExpression_after.py
…
RedundantParenthesesParenthesizedExpression.py
…
RemoveDecorator_after.py
…
RemoveDecorator.py
…
RemoveTrailingSemicolon_after.py
…
RemoveTrailingSemicolon.py
…
RemoveUnicodePrefixFromGluedStringNodesInParenthesis_after.py
…
RemoveUnicodePrefixFromGluedStringNodesInParenthesis.py
…
RemoveUnicodePrefixFromGluedStringNodesWithSlash_after.py
…
RemoveUnicodePrefixFromGluedStringNodesWithSlash.py
…
RenameFunctionShadowingBuiltins_after.py
…
RenameFunctionShadowingBuiltins.py
…
RenameShadowingBuiltins_after.py
…
RenameShadowingBuiltins.py
…
RenameToSelf_after.py
…
RenameToSelf.py
…
RenameUnresolvedReference_after.py
…
RenameUnresolvedReference.py
…
ReplaceExecComment_after.py
…
ReplaceExecComment.py
…
ReplaceNotEqOperator_after.py
…
ReplaceNotEqOperator.py
…
ReplacePrint_after.py
…
ReplacePrint.py
…
ReplacePrintComment_after.py
…
ReplacePrintComment.py
…
ReplacePrintEnd_after.py
…
ReplacePrintEnd.py
…
SetFunctionToLiteral_after.py
…
SetFunctionToLiteral.py
…
SimplifyBooleanCheck_after.py
…
SimplifyBooleanCheck.py
…
StatementEffect_after.py
…
StatementEffect.py
…
StatementEffectIntroduceVariable_after.py
…
StatementEffectIntroduceVariable.py
…
TransformClassicClass_after.py
…
TransformClassicClass.py
…
UnnecessaryBackslash_after.py
…
UnnecessaryBackslash.py
…
UnnecessaryBackslashInArguments_after.py
…
UnnecessaryBackslashInArguments.py
…
UnresolvedRefCreateFunction_after.py
…
UnresolvedRefCreateFunction.py
…
UnresolvedRefNoCreateFunction.py
…
UnresolvedRefTrueFalse_after.py
…
UnresolvedRefTrueFalse.py
…
UnresolvedWith_after.py
…
UnresolvedWith.py
…