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-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
2014-11-30
Reduce number of places where sys.path is (possibly) updated for external mod...
Jelmer Vernooij
2
-3
/
+3
2014-11-22
sec_descriptor test: Simplify, use samba.tests.subunitrun module.
Jelmer Vernooij
1
-0
/
+0
2014-11-22
Move option handling into samba.tests.subunitrun.
Jelmer Vernooij
1
-3
/
+8
2014-11-22
Move option parsing to samba.tests.subunitrun.
Jelmer Vernooij
1
-8
/
+19
2014-11-22
Add convenience class for old-style Samba subunit python tests.
Jelmer Vernooij
1
-0
/
+59
2014-10-17
tests: Allow "max open files" to differ from the documentation
Andrew Bartlett
1
-1
/
+2
2014-10-14
urgent_replication: Use subunit reporting, remove allow_empty_output.
Jelmer Vernooij
1
-2
/
+5
2014-10-14
samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.
Jelmer Vernooij
1
-3
/
+2
2014-10-14
samba_tool_drs: Fix docstring formatting so pydoctor groks it.
Jelmer Vernooij
1
-23
/
+28
2014-10-14
samba.tests.source: Fix lint.
Jelmer Vernooij
1
-2
/
+2
2014-10-14
Remove obsolete pep8 test.
Jelmer Vernooij
1
-54
/
+0
2014-10-14
Fix more pep8 issues in code I touched recently.
Jelmer Vernooij
3
-18
/
+18
2014-10-14
Remove last instance of pep8 error E701 (more statements on one line).
Jelmer Vernooij
1
-1
/
+2
2014-10-14
Remove remaining instance of pep8 E211 (too many spaces before operator).
Jelmer Vernooij
1
-1
/
+1
2014-10-08
tests: Pass the test context as lp_ctx for messaging tests
Matthieu Patou
1
-1
/
+2
2014-07-30
tests: dnsserver: Remove duplicate empty test function
Amitay Isaacs
1
-4
/
+0
2014-07-29
tests: dnsserver: Add a update test with name set to '.'
Amitay Isaacs
1
-1
/
+40
2014-07-08
param: Amend docs.py test to check dumping of flagged parameters
Garming Sam
1
-1
/
+70
2014-07-07
param: remove idmap parameters as special cases in docs.py
Garming Sam
1
-3
/
+0
2014-07-07
param: handle smb_ports as a special handler
Garming Sam
1
-2
/
+4
2014-05-23
tests: Add doc exception for spoolss: OSVERSION.
Andreas Schneider
1
-1
/
+2
2014-05-21
provision: Correctly provision the SOA record minimum TTL
Kai Blin
1
-0
/
+1
2014-05-20
bug #10609: CVE-2014-0239 Don't reply to replies
Kai Blin
1
-0
/
+29
2014-05-07
docs: enable checking of parametric options assignment
Garming Sam
1
-4
/
+2
2014-05-07
param: correctly use param_table.c as a regular C file
Garming Sam
1
-1
/
+1
2014-05-07
docs: add test to docs.py to set parameters to some arbitrary value
Garming Sam
1
-10
/
+93
2014-05-07
docs: change docs.py to test the setting of parameters to defaults
Garming Sam
1
-0
/
+39
2014-04-17
dns.py: Use the python socket module.
Andreas Schneider
1
-1
/
+1
[next]