index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)
Matthieu Patou
2011-02-21
1
-1
/
+1
*
s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...
Kamen Mazdrashki
2011-02-20
1
-2
/
+2
*
s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...
Kamen Mazdrashki
2011-02-20
1
-0
/
+13
*
s4/tests: Implement a blackbox test for 'samba-tool drs' command
Kamen Mazdrashki
2011-02-09
1
-0
/
+100
*
s4/tests: Move command line processing into separate method to be reused
Kamen Mazdrashki
2011-02-09
1
-6
/
+6
*
s4/tests: Implement BlackboxTestCase.check_output() method
Kamen Mazdrashki
2011-02-09
1
-0
/
+11
*
s4-provision Remove setup_path, setup_dir and find_setup_dir
Andrew Bartlett
2011-02-07
2
-16
/
+8
*
s4-test: fixed ndrdump test for top level build
Andrew Tridgell
2011-02-07
1
-1
/
+6
*
s4-test: fixed setup/ assumption for top level build
Andrew Tridgell
2011-02-07
3
-6
/
+13
*
pygensec: remove special case handling for None for buffers
Andrew Tridgell
2011-01-19
1
-1
/
+1
*
s4-gensec Extend python bindings for GENSEC and the associated test
Andrew Bartlett
2011-01-18
1
-6
/
+51
*
s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.
Jelmer Vernooij
2011-01-05
1
-0
/
+10
*
Move get_loadparm() and get_credentials() to samba.tests.TestCase.
Jelmer Vernooij
2010-12-15
1
-8
/
+15
*
s4-python: Add more module docstrings.
Jelmer Vernooij
2010-12-05
10
-3
/
+23
*
s4-python: Add some more module docstrings.
Jelmer Vernooij
2010-12-05
15
-0
/
+32
*
samba.tests.hostconfig: Fix import.
Jelmer Vernooij
2010-11-28
1
-1
/
+1
*
samba.hostconfig: Move samba.shares into samba.hostconfig.
Jelmer Vernooij
2010-11-28
1
-0
/
+0
*
samba.provision: Add package with provision and backend modules.
Jelmer Vernooij
2010-11-28
1
-6
/
+7
*
s4-python: Fix formatting of docstrings for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
2
-8
/
+1
*
samba.tests: Fix formatting.
Jelmer Vernooij
2010-11-28
1
-22
/
+25
*
s4-tests: Added a common definition of delete_force.
Nadezhda Ivanova
2010-11-25
1
-0
/
+6
*
s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helper
Kamen Mazdrashki
2010-11-22
1
-0
/
+18
*
s4-samba.tests: Explicitly pass LoadParm() instance to system_session() function
Kamen Mazdrashki
2010-11-22
1
-1
/
+1
*
unit tests: add testing for dns account password change
Matthieu Patou
2010-11-12
1
-0
/
+4
*
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2010-11-05
2
-8
/
+10
*
s4-python-test: Common implementation for getting environment variable value
Kamen Mazdrashki
2010-10-03
1
-0
/
+11
*
s4-python-test: Implement global connect_samdb() function
Kamen Mazdrashki
2010-10-03
1
-0
/
+46
*
s4-provision: wipe the old keytabs when provisioning
Andrew Tridgell
2010-09-30
1
-3
/
+13
*
s4-selftest: Move credentials tests to standard python directory.
Jelmer Vernooij
2010-09-22
1
-0
/
+100
*
s4-selftest: Move samba3sam test to standard python directory.
Jelmer Vernooij
2010-09-22
1
-0
/
+1092
*
selftest: Fix idlist running.
Jelmer Vernooij
2010-09-22
2
-41
/
+65
*
s4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij
2010-09-22
1
-4
/
+3
*
pygensec: Implement start_mech_by_name().
Jelmer Vernooij
2010-09-22
1
-3
/
+10
*
ndrdump: Move blackbox test to standard python namespace.
Jelmer Vernooij
2010-09-22
3
-0
/
+41
*
s4-selftest: Move more tests to scripting/python, simplifies running of tests.
Jelmer Vernooij
2010-09-21
8
-4
/
+394
*
rpc_talloc: Update test now that we create fewer references.
Jelmer Vernooij
2010-09-20
1
-7
/
+4
*
pytestrpc: Be more verbose.
Jelmer Vernooij
2010-09-20
1
-4
/
+6
*
testrpc: Convert from a single unit test to a simple test script, be
Jelmer Vernooij
2010-09-20
1
-18
/
+32
*
pidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij
2010-09-20
1
-1
/
+1
*
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
2010-09-03
1
-1
/
+1
*
s4-pidl: added a test for all generated rpc interfaces
Andrew Tridgell
2010-09-02
1
-0
/
+113
*
s4-pyrpc: convert rpc_talloc.py test to unittest framework
Andrew Tridgell
2010-08-26
1
-45
/
+59
*
s4-pyrpc: added a test for talloc behaviour in pidl python code
Andrew Tridgell
2010-08-25
1
-0
/
+56
*
s4: Add unit test for increment_calculated_keyversion_number
Matthieu Patou
2010-07-15
1
-1
/
+25
*
s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...
Matthieu Patou
2010-07-15
1
-1
/
+25
*
s4 dsdb: Use the changereplmetadata control
Matthieu Patou
2010-07-15
1
-11
/
+78
*
s4:provision: also use fixed GUID names of the default group policies for dom...
Stefan Metzmacher
2010-07-10
1
-2
/
+3
*
s4 python: Add unit tests related to PyLong/PyInt handling
Matthieu Patou
2010-06-25
1
-2
/
+11
*
s4-python: python is not always in /usr/bin
Andrew Tridgell
2010-06-24
19
-19
/
+19
*
s4:python LDB __init__.py - remove completely unused "erase_partitions" call
Matthias Dieter Wallnöfer
2010-06-20
1
-3
/
+0
[next]