summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/source.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-264/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* samba.tests.source: Check for trailing whitespace in Python files.Jelmer Vernooij2012-09-271-1/+16
|
* samba.tests.source: Verify that only executable python files (and only ↵Jelmer Vernooij2012-03-151-1/+20
| | | | executable files) have a shebang line.
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
|
* tests/source: Add wafsamba/ files to list of Python files to check.Jelmer Vernooij2012-02-101-2/+16
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Feb 10 01:45:16 CET 2012 on sn-devel-104
* Add test for PEP8 - currently all errors are ignored, but we warn about them ↵Jelmer Vernooij2011-12-081-0/+50
| | | | | | | - and can ratchet if we want to. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 23:44:10 CET 2011 on sn-devel-104
* Add samba.tests.source, which checks Python files for copyright lines, ↵Jelmer Vernooij2011-09-131-0/+168
license headers and invalid characters (dos newlines, tabs).