summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/registry.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-60/+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
* s4-python: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-1/+1
| | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sun Sep 16 15:58:04 CEST 2012 on sn-devel-104
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
|
* s4-python: Consistently use spaces rather than tabs, fix headers in several ↵Jelmer Vernooij2011-09-131-3/+3
| | | | places.
* s4-python: Add some more module docstrings.Jelmer Vernooij2010-12-051-0/+2
|
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-0/+60
|
* Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij2009-09-241-50/+0
| | | | This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
* s4:python fixed subunit tests of dcerpcAndrew Tridgell2009-09-041-0/+50
The version of the unitest python module in Ubuntu Jaunty doesn't seem to support this many level of subdirectories. Moving the tests up one level solves the problem.