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-21 12:14:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a5ed0fe42e345c86c5781aedb77b0d568c05d7e
openide
/
python
/
testData
/
intentions
T
History
Mikhail Golubev
13318ac8ba
PY-11074 Fix reference replacement
2014-08-29 16:38:45 +04:00
..
demorgan
…
PyConvertFormatOperatorToMethodIntentionTest
PY-9176 Converting % to format() doesn't handle multiline string literals
2014-07-22 13:48:03 +04:00
PyConvertMethodToPropertyIntentionTest
…
PyStringConcatenationToFormatIntentionTest
fixed PY-12526 Replace with str format method call: unnecessary u prefix for python 3
2014-04-02 15:18:58 +04:00
afterConvertBuiltins.py
…
afterConvertDictComp.py
…
afterConvertLambdaToFunction2.py
…
afterConvertLambdaToFunction.py
…
afterConvertSetLiteral.py
…
afterConvertStaticMethodToFunction.py
…
afterConvertStaticMethodToFunctionUsage.py
…
afterConvertTripleQuotedParenthesizedString.py
…
afterConvertTripleQuotedString1.py
…
afterConvertTripleQuotedString.py
…
afterConvertTripleQuotedStringInParenthesized.py
…
afterConvertTripleQuotedUnicodeString.py
…
afterConvertVariadicParam.py
…
afterDictConstructorToLiteralForm.py
…
afterDictLiteralFormToConstructor.py
…
afterDocStub.py
…
afterDocStubKeywordOnly.py
fixed test data
2014-08-27 17:01:30 +04:00
afterDoubledQuotedString.py
…
afterEscapedQuotedString.py
…
afterFlipComparison.py
…
afterImportFromToImport.py
…
afterImportToImportFrom.py
PY-11074 Fix reference replacement
2014-08-29 16:38:45 +04:00
afterJoinIf.py
…
afterJoinIfBinary.py
…
afterMultilineQuotedString.py
…
afterNegateComparison2.py
…
afterNegateComparison.py
…
afterOneLineDocStub.py
…
afterQuotedString.py
…
afterQuotedStringDoubleSlash.py
…
afterRemoveLeadingU.py
…
afterRemoveTrailingL.py
…
afterReplaceBackQuoteExpression.py
…
afterReplaceExceptPart.py
…
afterReplaceListComprehension2.py
…
afterReplaceListComprehensions.py
…
afterReplaceListComprehensionWithFor.py
…
afterReplaceMethod.py
…
afterReplaceOctalNumericLiteral.py
…
afterReplaceRaiseStatement.py
…
afterReturnTypeInDocstring.py
…
afterReturnTypeInPy3Annotation1.py
…
afterReturnTypeInPy3Annotation2.py
…
afterReturnTypeInPy3Annotation.py
…
afterSplitIf.py
…
afterTransformConditionalExpression.py
…
afterTypeAnnotation3.py
…
afterTypeAssertion1.py
…
afterTypeAssertion2.py
…
afterTypeAssertion4.py
…
afterTypeAssertion.py
…
afterTypeInDocstring1.py
…
afterTypeInDocstring2.py
…
afterTypeInDocstring3.py
…
afterTypeInDocstring4.py
…
afterTypeInDocstring5.py
…
afterTypeInDocstring6.py
…
afterTypeInDocstring7.py
…
afterTypeInDocstring.py
…
afterTypeInDocstringAtTheEndOfFunction.py
fixed PY-7535 Specify return type: intention is not available at the end of the function name
2014-04-03 16:35:38 +04:00
afterTypeInDocstringParameterInCallable.py
…
afterTypeInPy3Annotation.py
…
afterYieldFrom.py
…
beforeConvertBuiltins.py
…
beforeConvertDictComp.py
…
beforeConvertLambdaToFunction1.py
…
beforeConvertLambdaToFunction2.py
…
beforeConvertLambdaToFunction.py
…
beforeConvertSetLiteral.py
…
beforeConvertStaticMethodToFunction.py
…
beforeConvertStaticMethodToFunctionUsage.py
…
beforeConvertTripleQuotedParenthesizedString.py
…
beforeConvertTripleQuotedString1.py
…
beforeConvertTripleQuotedString.py
…
beforeConvertTripleQuotedStringInParenthesized.py
…
beforeConvertTripleQuotedUnicodeString.py
…
beforeConvertVariadicParam.py
…
beforeDictConstructorToLiteralForm.py
…
beforeDictLiteralFormToConstructor1.py
…
beforeDictLiteralFormToConstructor2.py
…
beforeDictLiteralFormToConstructor3.py
…
beforeDictLiteralFormToConstructor.py
…
beforeDocStub.py
…
beforeDocStubKeywordOnly.py
fixed test data
2014-08-27 17:01:30 +04:00
beforeDoubledQuotedString.py
…
beforeEscapedQuotedString.py
…
beforeFlipComparison.py
…
beforeImportFromToImport.py
…
beforeImportToImportFrom.py
PY-11074 Fix reference replacement
2014-08-29 16:38:45 +04:00
beforeJoinIf.py
…
beforeJoinIfBinary.py
…
beforeJoinIfElse.py
…
beforeJoinIfMultiStatements.py
…
beforeMultilineQuotedString.py
…
beforeNegateComparison2.py
…
beforeNegateComparison.py
…
beforeOneLineDocStub.py
…
beforeQuotedString.py
…
beforeQuotedStringDoubleSlash.py
…
beforeRemoveLeadingU.py
…
beforeRemoveTrailingL.py
…
beforeReplaceBackQuoteExpression.py
…
beforeReplaceExceptPart.py
…
beforeReplaceListComprehension2.py
…
beforeReplaceListComprehensions.py
…
beforeReplaceListComprehensionWithFor.py
…
beforeReplaceMethod.py
…
beforeReplaceOctalNumericLiteral.py
…
beforeReplaceRaiseStatement.py
…
beforeReturnTypeInDocstring.py
…
beforeReturnTypeInPy3Annotation1.py
…
beforeReturnTypeInPy3Annotation2.py
…
beforeReturnTypeInPy3Annotation.py
…
beforeSplitIf.py
…
beforeTransformConditionalExpression.py
…
beforeTypeAnnotation3.py
…
beforeTypeAssertion1.py
…
beforeTypeAssertion2.py
…
beforeTypeAssertion3.py
…
beforeTypeAssertion4.py
…
beforeTypeAssertion.py
…
beforeTypeAssertionInDictComp.py
fixed PY-11929 Insert type assertion should be disabled for references introduced in dict comprehensions
2014-05-14 19:28:59 +04:00
beforeTypeInDocstring1.py
…
beforeTypeInDocstring2.py
…
beforeTypeInDocstring3.py
…
beforeTypeInDocstring4.py
…
beforeTypeInDocstring5.py
…
beforeTypeInDocstring6.py
…
beforeTypeInDocstring7.py
…
beforeTypeInDocstring.py
…
beforeTypeInDocstringAtTheEndOfFunction.py
fixed PY-7535 Specify return type: intention is not available at the end of the function name
2014-04-03 16:35:38 +04:00
beforeTypeInDocstringParameterInCallable.py
…
beforeTypeInPy3Annotation.py
…
beforeYieldFrom.py
…