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
/
testutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-412
/
+0
*
pylint pylint
Sylvain Thénault
2014-11-19
1
-3
/
+7
*
Add create_tempfile function to testutils and use it in create_file_backed_mo...
Claudiu Popa
2014-11-16
1
-10
/
+22
*
Move create_file_backed_module to testutils.
Claudiu Popa
2014-11-16
1
-1
/
+23
*
Move tokenize_str from tests to testutils.
Claudiu Popa
2014-11-15
1
-0
/
+4
*
Fix a regression, where '{path}' was no longer accepted in '--msg-template'.
Claudiu Popa
2014-10-16
1
-1
/
+2
|
\
|
*
Add Changelog. Fix tests.
LCD 47
2014-10-10
1
-0
/
+1
|
/
*
Ignore .pyc files for the old functional test framework.
Claudiu Popa
2014-09-30
1
-1
/
+1
*
Don't use cStringIO
Brett Cannon
2014-08-29
1
-2
/
+3
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-6
/
+8
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-1
/
+1
*
Add debug code for drone.io.
Claudiu Popa
2014-08-18
1
-0
/
+1
*
Remove dependency on logilab.testlib in the test suite (also removes Python 2...
Torsten Marek
2014-07-26
1
-31
/
+10
*
linting pylint
Sylvain Thénault
2014-07-25
1
-5
/
+3
*
Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...
Torsten Marek
2014-07-24
1
-4
/
+24
*
Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.
Claudiu Popa
2014-07-12
1
-0
/
+3
*
Make the func_unicode_literal test pass on Python < 2.7.4, which does not tok...
Torsten Marek
2014-04-28
1
-1
/
+1
*
Do not crash in update mode if a file does not exist.
Torsten Marek
2014-04-17
1
-3
/
+5
*
various cleanups
Sylvain Thénault
2014-04-15
1
-1
/
+2
*
[test utils] add walk method to CheckerTestCase
Sylvain Thénault
2014-04-15
1
-0
/
+7
*
[test] strip output to avoid dumb errors
Sylvain Thénault
2014-04-14
1
-2
/
+2
*
Merged in bukzor/pylint/w0401_package (pull request #66)
Sylvain Thénault
2014-04-11
1
-5
/
+11
|
\
|
*
merge logilab tip to w0401_package
buck@yelp.com
2014-03-05
1
-9
/
+14
|
|
\
|
*
|
Improve cyclic import detection in the case of packages.
buck@yelp.com
2013-10-14
1
-5
/
+11
*
|
|
[testutils] fix set_config: 'reopening' the checker may be necessary to new c...
Sylvain Thénault
2014-04-09
1
-0
/
+3
*
|
|
[testutils] fix set_config: wraps is a decorator
Sylvain Thénault
2014-04-09
1
-1
/
+1
*
|
|
[testutils] UnittestLinter.add_stats return stats for actual linter compat
Sylvain Thénault
2014-04-09
1
-1
/
+1
*
|
|
Add a new decorator that can be used to declaratively set options on the chec...
Torsten Marek
2014-03-30
1
-0
/
+14
*
|
|
Add a new command line option '-u' to test/test_func to automatically create ...
Torsten Marek
2014-03-30
1
-8
/
+22
*
|
|
except as replaced by commas, one with_statement future import added and Stri...
Ricardo Gemignani
2014-03-06
1
-0
/
+1
|
|
/
|
/
|
*
|
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
|
Fix various issues with linesep for Windows
Claudiu Popa
2013-12-23
1
-0
/
+5
*
|
various pylint fixes
Sylvain Thénault
2013-12-22
1
-5
/
+5
*
|
testutils: use argument order expected by unittest, expected value first
Sylvain Thénault
2013-12-19
1
-2
/
+2
*
|
testutils: open messge file using Universal new lines mode to avoid failure d...
Sylvain Thénault
2013-12-19
1
-1
/
+1
|
/
*
some pylint and style fixes
Sylvain Thénault
2013-07-31
1
-2
/
+2
*
Extend the CheckerTestCase to allow overriding configuration values during se...
Torsten Marek
2013-06-20
1
-1
/
+4
*
testutils: fix a comment to match the code and try to make things clearer
Julien Cristau
2013-06-19
1
-4
/
+4
*
Extended the docstring tester to optionally allow skipping the requirement for
Torsten Marek
2013-06-18
1
-1
/
+65
*
fix NameError
Aurelien Campeas
2013-04-11
1
-3
/
+3
*
a few pylint fixes and copyright cleanups
Sylvain Thénault
2013-03-29
1
-4
/
+4
*
lint fixes
Sylvain Thénault
2012-09-19
1
-9
/
+8
*
Refactor test_func in order to extract common part for reutilization in pylin...
FELD Boris
2012-07-04
1
-0
/
+246