index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
test
/
unittest_checker_base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
1
-528
/
+0
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-0
/
+1
*
Don't suggest identity check against the interpreter's True or False builtin ...
Claudiu Popa
2018-09-29
1
-20
/
+4
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-116
/
+207
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-1
/
+3
*
Fix typo in base checker unit test (#2093)
Fureigh
2018-05-14
1
-1
/
+1
*
Don't report docstrings on inner functions. (#1987)
glmdgrielson
2018-04-02
1
-0
/
+11
*
Rip some version guards from tests, we always run on Python 3
Claudiu Popa
2018-01-25
1
-30
/
+0
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-1
/
+7
*
Fix line counting for missing-docstring check in combination with docstring-m...
ttenhoeve-aa
2017-11-11
1
-0
/
+24
*
Use predefined sets of naming styles instead of explicit regexps (#1046)
Łukasz Rogalski
2017-09-20
1
-30
/
+84
*
Fix the naming style test as well
Claudiu Popa
2017-08-09
1
-9
/
+15
*
Improve assign-to-new-keyword checker (#1504)
Łukasz Rogalski
2017-06-02
1
-0
/
+28
*
assign-to-new-keyword (#1386)
Łukasz Rogalski
2017-04-13
1
-0
/
+34
*
Spelling fixes (#1397)
Ville Skyttä
2017-04-02
1
-1
/
+1
*
Remove pytest.main calls.
Derek Gustafson
2016-12-07
1
-6
/
+0
*
Reduce dependency on unittest
Derek Gustafson
2016-12-06
1
-6
/
+7
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+6
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Use astroid.extract_node instead of test_utils.extract_node
Claudiu Popa
2016-06-29
1
-22
/
+21
*
Made list of property-like decorators configurable. (#942)
Yannack
2016-06-20
1
-1
/
+10
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-0
/
+3
*
Merge heads.
Claudiu Popa
2015-10-26
1
-13
/
+22
|
\
|
*
add a new rule looking for yoda conditions
Laura Médioni
2015-10-15
1
-13
/
+22
*
|
Move iterable checker to typecheck module and alter inference strategy
Dmitry Pribysh
2015-10-08
1
-144
/
+0
*
|
Alter inference strategy in iterable/mapping checker
Dmitry Pribysh
2015-10-07
1
-23
/
+2
*
|
Improve iterable inference and add more unit tests for iterable checker
Dmitry Pribysh
2015-10-06
1
-6
/
+48
*
|
Add iterable checking for all types of comprehensions.
Dmitry Pribysh
2015-10-05
1
-0
/
+15
*
|
Add initial version of checker for iterables/mappings.
Dmitry Pribysh
2015-10-05
1
-0
/
+107
|
/
*
Add initial version of comparison checker
Dmitry Pribysh
2015-10-03
1
-0
/
+46
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-19
/
+19
*
Cleanup some tests.
Claudiu Popa
2015-07-13
1
-14
/
+31
*
Update pylint to use the new astroid.parse, not testutils.build_module.
Claudiu Popa
2015-07-13
1
-4
/
+5
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-0
/
+233