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