summaryrefslogtreecommitdiff
path: root/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* pylint pylintSylvain Th?nault2014-11-191-3/+7
* Add create_tempfile function to testutils and use it in create_file_backed_mo...Claudiu Popa2014-11-161-10/+22
* 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
|\
| * 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
* Add debug code for drone.io.cpopa2014-08-181-0/+1
* Remove dependency on logilab.testlib in the test suite (also removes Python 2...Torsten Marek2014-07-261-31/+10
* linting pylintSylvain Th?nault2014-07-251-5/+3
* Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...Torsten Marek2014-07-241-4/+24
* 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 tok...Torsten Marek2014-04-281-1/+1
* 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
|\
| * merge logilab tip to w0401_packagebuck2014-03-051-5/+11
| |\
| | * Improve cyclic import detection in the case of packages.buck2013-10-141-5/+11
* | | [testutils] fix set_config: 'reopening' the checker may be necessary to new c...Sylvain Th?nault2014-04-091-0/+3
* | | [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 chec...Torsten Marek2014-03-301-0/+14
* | | Add a new command line option '-u' to test/test_func to automatically create ...Torsten Marek2014-03-301-8/+22
* | | except as replaced by commas, one with_statement future import added and Stri...Ricardo Gemignani2014-03-061-0/+1
|/ /
* | 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 d...Sylvain Th?nault2013-12-191-1/+1
|/
* some pylint and style fixesSylvain Th?nault2013-07-311-2/+2
* Extend the CheckerTestCase to allow overriding configuration values during se...Torsten Marek2013-06-201-1/+4
* testutils: fix a comment to match the code and try to make things clearerJulien Cristau2013-06-191-4/+4
* Extended the docstring tester to optionally allow skipping the requirement forTorsten Marek2013-06-181-1/+65
* 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 pylin...FELD Boris2012-07-041-0/+246