summaryrefslogtreecommitdiff
path: root/testutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-412/+0
|
* pylint pylintSylvain Th?nault2014-11-191-3/+7
|
* Add create_tempfile function to testutils and use it in ↵Claudiu Popa2014-11-161-10/+22
| | | | create_file_backed_module.
* Move create_file_backed_module to testutils.Claudiu Popa2014-11-161-1/+23
|
* Move tokenize_str from tests to testutils.Claudiu Popa2014-11-151-0/+4
|
* Fix a regression, where '{path}' was no longer accepted in '--msg-template'.Claudiu Popa2014-10-161-1/+2
|\ | | | | | | Patch by LCD47.
| * Add Changelog. Fix tests.LCD 472014-10-101-0/+1
|/
* Ignore .pyc files for the old functional test framework.Claudiu Popa2014-09-301-1/+1
|
* Don't use cStringIOBrett Cannon2014-08-291-2/+3
|
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-6/+8
|
* Implement confidence levels.Torsten Marek2014-07-241-1/+1
| | | | | | | - attach confidence levels to a number of messages - include confidence levels in the message object - if the confidence of a message is not HIGH or UNDEFINED, include it in the test output.
* Add debug code for drone.io.cpopa2014-08-181-0/+1
|
* Remove dependency on logilab.testlib in the test suite (also removes Python ↵Torsten Marek2014-07-261-31/+10
| | | | 2.5 compatibility).
* linting pylintSylvain Th?nault2014-07-251-5/+3
|
* Make pylint compatible with Python 2.5 again, and make all the tests pass ↵Torsten Marek2014-07-241-4/+24
| | | | (Closes: #278).
* Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.cpopa2014-07-121-0/+3
|
* Make the func_unicode_literal test pass on Python < 2.7.4, which does not ↵Torsten Marek2014-04-281-1/+1
| | | | tokenize strings with the b prefix properly.
* Do not crash in update mode if a file does not exist.Torsten Marek2014-04-171-3/+5
|
* various cleanupsSylvain Th?nault2014-04-151-1/+2
|
* [test utils] add walk method to CheckerTestCaseSylvain Th?nault2014-04-151-0/+7
|
* [test] strip output to avoid dumb errorsSylvain Th?nault2014-04-141-2/+2
|
* Merged in bukzor/pylint/w0401_package (pull request #66)Sylvain Th?nault2014-04-111-5/+11
|\ | | | | | | Improve cyclic import detection in the case of packages.
| * merge logilab tip to w0401_packagebuck2014-03-051-5/+11
| |\
| | * Improve cyclic import detection in the case of packages.buck2013-10-141-5/+11
| | | | | | | | | | | | Also, added support for input package in functional test.
* | | [testutils] fix set_config: 'reopening' the checker may be necessary to new ↵Sylvain Th?nault2014-04-091-0/+3
| | | | | | | | | | | | configuration is properly considered
* | | [testutils] fix set_config: wraps is a decoratorSylvain Th?nault2014-04-091-1/+1
| | |
* | | [testutils] UnittestLinter.add_stats return stats for actual linter compatSylvain Th?nault2014-04-091-1/+1
| | |
* | | Add a new decorator that can be used to declaratively set options on the ↵Torsten Marek2014-03-301-0/+14
| | | | | | | | | | | | checker instance for CheckerTestCase.
* | | Add a new command line option '-u' to test/test_func to automatically create ↵Torsten Marek2014-03-301-8/+22
| | | | | | | | | | | | or update expected messages files.
* | | except as replaced by commas, one with_statement future import added and ↵Ricardo Gemignani2014-03-061-0/+1
|/ / | | | | | | StringFormat used to replace string.format when python < 2.6
* | Updated FSF address.Arun Persaud2014-02-231-1/+1
| |
* | Fix various issues with linesep for Windowscpopa2013-12-231-0/+5
| |
* | various pylint fixesSylvain Th?nault2013-12-221-5/+5
| |
* | testutils: use argument order expected by unittest, expected value firstSylvain Th?nault2013-12-191-2/+2
| |
* | testutils: open messge file using Universal new lines mode to avoid failure ↵Sylvain Th?nault2013-12-191-1/+1
|/ | | | due to do Windows/Unix CRLF pbs
* some pylint and style fixesSylvain Th?nault2013-07-311-2/+2
|
* Extend the CheckerTestCase to allow overriding configuration values during ↵Torsten Marek2013-06-201-1/+4
| | | | setUp.
* testutils: fix a comment to match the code and try to make things clearerJulien Cristau2013-06-191-4/+4
| | | | | test/messages/<name>_pyxy.txt is used for python x.y and later, not earlier versions.
* Extended the docstring tester to optionally allow skipping the requirement forTorsten Marek2013-06-181-1/+65
| | | | short functions/methods/classes and added a testcase.
* fix NameErrorAurelien Campeas2013-04-111-3/+3
|
* a few pylint fixes and copyright cleanupsSylvain Th?nault2013-03-291-4/+4
|
* lint fixesSylvain Th?nault2012-09-191-9/+8
|
* Refactor test_func in order to extract common part for reutilization in ↵FELD Boris2012-07-041-0/+246
pylint-brain