Commit Graph

63 Commits

Author SHA1 Message Date
Ilya.Kazakevich
ac16fe595e PY-32472: Skip "unused" inspection for Django implicit contract signatures
User may have View.get method with unused parameters, which are, however, required.
2018-11-01 01:13:59 +03:00
Dmitry Trofimov
e9071b0120 Create jsoup project library to avoid duplication 2018-10-30 23:17:44 +01:00
Aleksey Rostovskiy
f84c5b7faf extend python-copyright as a plugin 2018-10-16 14:27:17 +03:00
Dmitry Trofimov
2a964f1450 Copyright plugin for Python files (PY-9915) 2018-10-15 22:49:25 +02:00
Alexander Koshevoy
3c714802b4 PY-18029 Move the content of intellij.python.console module to intellij.python.community.impl and remove it 2018-08-22 23:16:40 +03:00
Alexander Koshevoy
c38a448dc5 PY-18029 PydevConsoleCommunication changed to use Thrift services 2018-08-22 23:16:40 +03:00
Ilya.Kazakevich
8ad388c6be PY-18952, PY-29973: pytest fixtures, parametrize:
* fix after review,fixtures from sdk.
* Support fixtures from sdk
* But sort fixtures so fixtures declared by users go first
* Readme fixed
* Docs added
* pytest parametrized inspection highlights only last paren
* dependencies added, inspection renamed
2018-05-10 21:30:32 +03:00
Ilya.Kazakevich
932c6f3f7a PY-18952: py.test parametrize and fixture
** Parametrize
* Skip "unused" inspection for args, provided by decorator
* Check all args are declared (inspection)
* TODO: Support rerun only one parametrized test

** Fixtures
* References from arguments to fixtures
* Type interference
* Disable "unused" inspection for fixture args
2018-05-09 02:35:38 +03:00
Vladimir Krivosheev
ff096d46a2 get rid of http-client-3.1, avoid export XMLRPC, reduce usages of hamcrest 2018-03-16 14:41:39 +01:00
Dmitry Trofimov
20bf601abe Restore dependency on python helpers module 2018-02-16 13:27:54 +01:00
Vladimir Krivosheev
0606fdb958 do not export JDOM and XStream for all modules — add explicitly dep only when need 2018-02-14 16:52:27 +01:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00