summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2015-06-12KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.pyDouglas Bagnall1-0/+0
2015-06-12KCC: add multi-site ldif to ldif_import_export test suiteDouglas Bagnall1-0/+56
2015-06-12KCC: test stub for KCC objectDouglas Bagnall1-0/+80
2015-06-12KCC: shift samba.ldif_utils to samba.kcc.ldif_import_exportDouglas Bagnall1-3/+3
2015-05-30KCC: tests/ldif_utils tests ldif importDouglas Bagnall1-5/+30
2015-05-30KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftestDouglas Bagnall1-0/+99
2015-05-29KCC: test suite for the graph_utilsDouglas Bagnall1-0/+162
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-2/+0
2015-03-31doc: "prune stale" and "sequence timeout" fssd parametersDavid Disseldorp1-1/+1
2015-03-17python: Remove ntdb referencesVolker Lendecke1-3/+0
2015-03-17autobuild: Remove ntdb targetVolker Lendecke2-2/+2
2015-03-17Remove ntdb from scriptsVolker Lendecke2-2/+2
2015-03-16selftest: rename env dc to ad_dc_ntvfsMichael Adam2-2/+2
2015-03-16selftest: rename env plugin_s4_dc to ad_dcMichael Adam1-4/+4
2015-03-12selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam1-4/+28
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