summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/upgrade.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-40/+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: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
|
* s4-python: Various formatting fixes.Jelmer Vernooij2012-02-181-3/+6
|
* 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-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-0/+1
| | | | setUp methods are called, fix formatting.
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-011-1/+0
|
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-1/+1
|
* Add tests for upgrade of WINS database.Jelmer Vernooij2008-02-091-2/+17
| | | | (This used to be commit 7777611c0f32a693f0fa057c130e4ea491658f6b)
* r26608: More improvements to the upgrade code.Jelmer Vernooij2007-12-261-7/+1
| | | | (This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
* r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
* r26369: Start on tests for the upgrade python code.Jelmer Vernooij2007-12-211-0/+28
(This used to be commit c4458d11c710d4f0f892b26c7cb0701a43273587)