Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move python modules from source4/scripting/python/ to python/. | Jelmer Vernooij | 2013-03-02 | 1 | -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 Vernooij | 2012-09-27 | 1 | -1/+16 |
| | |||||
* | samba.tests.source: Verify that only executable python files (and only ↵ | Jelmer Vernooij | 2012-03-15 | 1 | -1/+20 |
| | | | | executable files) have a shebang line. | ||||
* | s4-python: Remove env from non-executable test scripts. | Andreas Schneider | 2012-03-13 | 1 | -2/+0 |
| | |||||
* | tests/source: Add wafsamba/ files to list of Python files to check. | Jelmer Vernooij | 2012-02-10 | 1 | -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 Vernooij | 2011-12-08 | 1 | -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 Vernooij | 2011-09-13 | 1 | -0/+168 |
license headers and invalid characters (dos newlines, tabs). |