summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/lint
Commit message (Collapse)AuthorAgeFilesLines
* Replace getstatusoutput with unicode safe Popen.Zac Medico2012-09-112-5/+13
| | | | This fixes potential issues similar to those reported in bug #310789.
* BashSyntaxTestCase: include new misc dirZac Medico2012-08-171-3/+9
|
* repoman.herdbase: tolerate expat ImportErrorZac Medico2011-02-081-1/+0
| | | | | | We tolerate global scope import failures for optional modules, so that ImportModulesTestCase can succeed (or possibly alert us about unexpected import failures).
* test_import_modules: exempt repoman.herdbaseZac Medico2011-02-081-0/+1
| | | | The repoman.herdbase module requires python with xml support.
* ImportModulesTestCase: use iterator, not listZac Medico2011-01-311-6/+3
|
* ebuild_xattr: lazily import xattrZac Medico2011-01-301-1/+0
|
* test/lint/test_import_modules.py: Better error reporting and expected failuresSebastian Luther2011-01-301-1/+10
|
* Test import of all modules.Zac Medico2011-01-281-0/+35
|
* Remove no longer needed code.Arfrever Frehtes Taifersar Arahesis2010-08-171-8/+0
|
* Write compiled bytecodes to /dev/null, rather than write and unlinkZac Medico2010-08-171-10/+1
| | | | them.
* Use more correct paths to byte-compiled Python modules with Python 3.2Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+15
| | | | and remove empty __pycache__ directories.
* Remove files generated by testCompileModules.Arfrever Frehtes Taifersar Arahesis2010-08-131-0/+1
|
* Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
|
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
| | | | end with py.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add a test case which simply compiles all modules, useful for testing syntaxZac Medico2009-11-233-0/+23
compatibility with the current version of python. svn path=/main/trunk/; revision=14876