summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-27TestCaseInTempDir: Use addCleanup rather than tearDown.Jelmer Vernooij1-2/+3
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider1-2/+0
2012-01-10s4:python tests __init__.py - do not depend on "subprocess.check_call()"Matthias Dieter Wallnöfer1-1/+4
2012-01-09s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError"Matthias Dieter Wallnöfer1-6/+11
2011-11-17samba.tests: Make sure testtools is available before importing it.Jelmer Vernooij1-0/+2
2011-02-20s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki1-2/+2
2011-02-20s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki1-0/+13
2011-02-09s4/tests: Move command line processing into separate method to be reusedKamen Mazdrashki1-6/+6
2011-02-09s4/tests: Implement BlackboxTestCase.check_output() methodKamen Mazdrashki1-0/+11
2011-01-05s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.Jelmer Vernooij1-0/+10
2010-12-15Move get_loadparm() and get_credentials() to samba.tests.TestCase.Jelmer Vernooij1-8/+15
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij1-0/+1
2010-11-28samba.tests: Fix formatting.Jelmer Vernooij1-22/+25
2010-11-25s4-tests: Added a common definition of delete_force.Nadezhda Ivanova1-0/+6
2010-11-22s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helperKamen Mazdrashki1-0/+18
2010-11-22s4-samba.tests: Explicitly pass LoadParm() instance to system_session() functionKamen Mazdrashki1-1/+1
2010-10-03s4-python-test: Common implementation for getting environment variable valueKamen Mazdrashki1-0/+11
2010-10-03s4-python-test: Implement global connect_samdb() functionKamen Mazdrashki1-0/+46
2010-09-22selftest: Fix idlist running.Jelmer Vernooij1-41/+0
2010-09-22ndrdump: Move blackbox test to standard python namespace.Jelmer Vernooij1-0/+13
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-6/+11
2010-06-19samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co...Jelmer Vernooij1-6/+9
2010-06-13s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij1-3/+10
2009-04-20Fix the valid NetBIOS name tests.Jelmer Vernooij1-3/+3
2009-04-06Improve formatting in Python file.Jelmer Vernooij1-0/+5
2009-04-06Make valid_netbios_name() check a bit stricter.Jelmer Vernooij1-0/+12
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij1-2/+2
2008-05-29Check test directory is cleaned up by Python tests.Jelmer Vernooij1-0/+1
2008-04-14Allow command line options in the subunitrun script.Jelmer Vernooij1-7/+5
2008-04-14Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij1-0/+7
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij1-0/+6
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij1-1/+1
2008-01-25python: fix tests for check_all_substituted.Jelmer Vernooij1-2/+2
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic pro...Jelmer Vernooij1-1/+1
2008-01-24python: Add function to look for unsubsituted variables.Jelmer Vernooij1-0/+4
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-0/+4
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-3/+8
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij1-1/+1
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-0/+1
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-1/+1
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-0/+18
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-0/+17
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-1/+1
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij1-0/+37