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-25 18:25:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c3c7ccbcee7341df892c20632d4ad11909df227
openide
/
python
/
testData
/
quickFixes
T
History
Mikhail Golubev
05e9418a47
PY-8174 Include the new warning, the quickfix is bound to, in the test data
2017-06-05 21:20:45 +03:00
..
PyAddCallSuperQuickFixTest
Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests
2017-03-21 18:10:12 +03:00
PyAddExceptionSuperClassQuickFixTest
…
PyAddFieldQuickFixTest
Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests
2017-03-21 18:10:12 +03:00
PyAddImportQuickFixTest
Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests
2017-03-21 18:10:12 +03:00
PyAddMethodQuickFixTest
Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests
2017-03-21 18:10:12 +03:00
PyAddPropertyForFieldQuickFixTest
…
PyAddSpecifierToFormatQuickFixTest
Fix for unicode escapes: use getText() instead of getStringValue()
2017-05-15 14:37:57 +03:00
PyAugmentAssignmentQuickFixTest
…
PyConvertToNewStyleQuickFixTest
…
PyCreatePropertyQuickFixTest
…
PyMakeFunctionFromMethodQuickFixTest
…
PyMakeFunctionReturnTypeQuickFixTest
…
PyMakeMethodStaticQuickFixTest
…
PyMakePublicQuickFixTest
…
PyMoveAttributeToInitQuickFixTest
…
PyMoveExceptQuickFixTest
…
PyRemoveArgumentQuickFixTest
PY-8174 Include the new warning, the quickfix is bound to, in the test data
2017-06-05 21:20:45 +03:00
PyRemoveAssignmentQuickFixTest
…
PyRemoveCallQuickFixTest
…
PyRemoveDictKeyQuickFixTest
…
PyRemoveParameterQuickFixTest
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:47 +03:00
PyRemoveStatementQuickFixTest
…
PyRenameElementQuickFixTest
Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests
2017-03-21 18:10:12 +03:00
PyReplaceTupleWithListQuickFixTest
…
PyUpdatePropertySignatureQuickFixTest
…
PyWrapInExceptionQuickFixTest
…