index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-03
python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.py
Stefan Metzmacher
1
-11
/
+2
2015-07-03
python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()
Stefan Metzmacher
1
-0
/
+12
2015-07-03
python/samba/tests: let the output of hexdump() match our C code in dump_data...
Stefan Metzmacher
1
-6
/
+10
2015-07-03
python/samba/tests: move hexdump() from DNSTest to TestCase
Stefan Metzmacher
2
-14
/
+12
2015-06-12
KCC: ldif_import_export tests dotfiles have contents
Douglas Bagnall
1
-6
/
+11
2015-06-12
KCC: ldif_import_export tests checks the dot-files
Douglas Bagnall
1
-0
/
+23
2015-06-12
KCC: ldif_import_export tests use samba.tests.TestCaseInTempDir
Douglas Bagnall
1
-19
/
+21
2015-06-12
KCC: add tests for kcc.graph repltimes functions
Douglas Bagnall
1
-3
/
+34
2015-06-12
KCC: beginning of tests for kcc.graph
Douglas Bagnall
1
-0
/
+39
2015-06-12
KCC: add a very puny stub for kcc.kcc_utils tests
Douglas Bagnall
1
-0
/
+37
2015-06-12
KCC: remove "forest_of_rings" verification check
Douglas Bagnall
1
-3
/
+0
2015-06-12
KCC move and fix ldif_import_export and graph_utils tests
Douglas Bagnall
2
-27
/
+17
2015-06-12
KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.py
Douglas Bagnall
1
-0
/
+0
2015-06-12
KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.py
Douglas Bagnall
1
-0
/
+0
2015-06-12
KCC: add multi-site ldif to ldif_import_export test suite
Douglas Bagnall
1
-0
/
+56
2015-06-12
KCC: test stub for KCC object
Douglas Bagnall
1
-0
/
+80
2015-06-12
KCC: shift samba.ldif_utils to samba.kcc.ldif_import_export
Douglas Bagnall
1
-3
/
+3
2015-05-30
KCC: tests/ldif_utils tests ldif import
Douglas Bagnall
1
-5
/
+30
2015-05-30
KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftest
Douglas Bagnall
1
-0
/
+99
2015-05-29
KCC: test suite for the graph_utils
Douglas Bagnall
1
-0
/
+162
2015-05-02
param: Remove unused P_SEP and P_SEPARATOR
Michael Adam
1
-2
/
+0
2015-03-31
doc: "prune stale" and "sequence timeout" fssd parameters
David Disseldorp
1
-1
/
+1
2015-03-17
python: Remove ntdb references
Volker Lendecke
1
-3
/
+0
2015-03-17
autobuild: Remove ntdb target
Volker Lendecke
2
-2
/
+2
2015-03-17
Remove ntdb from scripts
Volker Lendecke
2
-2
/
+2
2015-03-16
selftest: rename env dc to ad_dc_ntvfs
Michael Adam
2
-2
/
+2
2015-03-16
selftest: rename env plugin_s4_dc to ad_dc
Michael Adam
1
-4
/
+4
2015-03-12
selftest: modify python.samba.test.posixacl to cope with nss_winbind active
Michael Adam
1
-4
/
+28
2015-03-06
Implement TestCase.assertIsNotNone for python < 2.7.
Jelmer Vernooij
1
-6
/
+9
2015-03-06
Implement TestCase.assertIn for older versions of Python.
Jelmer Vernooij
1
-0
/
+3
2015-03-06
Implement assertIsNone for Python < 2.7.
Jelmer Vernooij
1
-0
/
+3
2015-03-06
Handle skips when running on python2.6.
Jelmer Vernooij
1
-9
/
+57
2015-03-06
Run cleanup after tearDown, for consistency with Python >= 2.7.
Jelmer Vernooij
1
-2
/
+3
2015-03-06
Use samba TestCase so we get all compatibility functions on Python < 2.7.
Jelmer Vernooij
1
-1
/
+1
2015-03-06
Provide TestCase.assertIsInstance for python < 2.7.
Jelmer Vernooij
1
-0
/
+4
2015-03-06
Add replacement addCleanup.
Jelmer Vernooij
1
-0
/
+11
2015-03-06
Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...
Jelmer Vernooij
1
-0
/
+8
2015-03-06
Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.
Jelmer Vernooij
2
-3
/
+7
2015-03-06
Rename TestSkipped to Skiptest, consistent with Python 2.7.
Jelmer Vernooij
4
-13
/
+11
2015-03-06
Avoid importing TestCase and TestSkipped from testtools.
Jelmer Vernooij
1
-11
/
+8
2015-03-06
Fix copyright headers for python/samba/subunit.
Jelmer Vernooij
1
-0
/
+4
2015-03-06
subunitrun: Use new samba.subunit.run module.
Jelmer Vernooij
1
-10
/
+2
2015-02-17
rpc_talloc: Update instructions to use standard unittest runner.
Jelmer Vernooij
1
-1
/
+1
2015-02-03
s4-dsdb-test: Implement samdb_connect_env() to rely solely on environment
Kamen Mazdrashki
1
-0
/
+21
2015-02-03
s4-tests: Print out what the error is in delete_force()
Kamen Mazdrashki
1
-2
/
+2
2015-02-01
python/samba/tests: don't lower case path names in connect_samdb()
Stefan Metzmacher
1
-1
/
+0
2015-01-16
samba3.py: Correctly initialize cache directory for passdb test
Christof Schmitt
1
-0
/
+1
2014-12-22
dns.py: Always remove the test zone in tearDown()
Andrew Bartlett
1
-0
/
+8
2014-12-22
dns.py: Test dns server reload zones from DSDB when are created or deleted
Samuel Cabrero
1
-0
/
+78
2014-12-08
s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATH
Kamen Mazdrashki
1
-1
/
+1
[next]