summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij1-6/+9
2015-03-06Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij1-0/+3
2015-03-06Implement assertIsNone for Python < 2.7.Jelmer Vernooij1-0/+3
2015-03-06Handle skips when running on python2.6.Jelmer Vernooij1-9/+57
2015-03-06Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij1-2/+3
2015-03-06Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij1-1/+1
2015-03-06Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij1-0/+4
2015-03-06Add replacement addCleanup.Jelmer Vernooij1-0/+11
2015-03-06Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij1-0/+8
2015-03-06Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2-3/+7
2015-03-06Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij4-13/+11
2015-03-06Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij1-11/+8
2015-03-06Fix copyright headers for python/samba/subunit.Jelmer Vernooij1-0/+4
2015-03-06subunitrun: Use new samba.subunit.run module.Jelmer Vernooij1-10/+2
2015-02-17rpc_talloc: Update instructions to use standard unittest runner.Jelmer Vernooij1-1/+1
2015-02-03s4-dsdb-test: Implement samdb_connect_env() to rely solely on environmentKamen Mazdrashki1-0/+21
2015-02-03s4-tests: Print out what the error is in delete_force()Kamen Mazdrashki1-2/+2
2015-02-01python/samba/tests: don't lower case path names in connect_samdb()Stefan Metzmacher1-1/+0
2015-01-16samba3.py: Correctly initialize cache directory for passdb testChristof Schmitt1-0/+1
2014-12-22dns.py: Always remove the test zone in tearDown()Andrew Bartlett1-0/+8
2014-12-22dns.py: Test dns server reload zones from DSDB when are created or deletedSamuel Cabrero1-0/+78
2014-12-08s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki1-1/+1
2014-11-30Reduce number of places where sys.path is (possibly) updated for external mod...Jelmer Vernooij2-3/+3
2014-11-22sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij1-0/+0
2014-11-22Move option handling into samba.tests.subunitrun.Jelmer Vernooij1-3/+8
2014-11-22Move option parsing to samba.tests.subunitrun.Jelmer Vernooij1-8/+19
2014-11-22Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij1-0/+59
2014-10-17tests: Allow "max open files" to differ from the documentationAndrew Bartlett1-1/+2
2014-10-14urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij1-2/+5
2014-10-14samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.Jelmer Vernooij1-3/+2
2014-10-14samba_tool_drs: Fix docstring formatting so pydoctor groks it.Jelmer Vernooij1-23/+28
2014-10-14samba.tests.source: Fix lint.Jelmer Vernooij1-2/+2
2014-10-14Remove obsolete pep8 test.Jelmer Vernooij1-54/+0
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij3-18/+18
2014-10-14Remove last instance of pep8 error E701 (more statements on one line).Jelmer Vernooij1-1/+2
2014-10-14Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij1-1/+1
2014-10-08tests: Pass the test context as lp_ctx for messaging testsMatthieu Patou1-1/+2
2014-07-30tests: dnsserver: Remove duplicate empty test functionAmitay Isaacs1-4/+0
2014-07-29tests: dnsserver: Add a update test with name set to '.'Amitay Isaacs1-1/+40
2014-07-08param: Amend docs.py test to check dumping of flagged parametersGarming Sam1-1/+70
2014-07-07param: remove idmap parameters as special cases in docs.pyGarming Sam1-3/+0
2014-07-07param: handle smb_ports as a special handlerGarming Sam1-2/+4
2014-05-23tests: Add doc exception for spoolss: OSVERSION.Andreas Schneider1-1/+2
2014-05-21provision: Correctly provision the SOA record minimum TTLKai Blin1-0/+1
2014-05-20bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin1-0/+29
2014-05-07docs: enable checking of parametric options assignmentGarming Sam1-4/+2
2014-05-07param: correctly use param_table.c as a regular C fileGarming Sam1-1/+1
2014-05-07docs: add test to docs.py to set parameters to some arbitrary valueGarming Sam1-10/+93
2014-05-07docs: change docs.py to test the setting of parameters to defaultsGarming Sam1-0/+39
2014-04-17dns.py: Use the python socket module.Andreas Schneider1-1/+1