summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
Commit message (Expand)AuthorAgeFilesLines
* selftest: fix mutable default argumentsRob van der Linde2023-02-231-3/+13
* selftest: Fix setting environ for plansmbtorture4testsuite()Andreas Schneider2021-08-031-1/+2
* selftest: Add support for setting ENV variables in plantestsuite()Andreas Schneider2021-07-281-6/+19
* selftest: Add support for setting ENV variables in plansmbtorture4testsuite()Andreas Schneider2021-07-281-2/+3
* selftest: Re-format long lines in selftesthelpers.pyAndreas Schneider2021-07-281-5/+13
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* torture: Show sddl_decode() failure for "GWFX" access maskVolker Lendecke2021-04-201-1/+1
* selftest: add option to pass args to tests to planpythontestsuite()Björn Baumbach2020-12-171-7/+9
* libsmbclient: Put it back to a known, well-working stateVolker Lendecke2020-03-101-11/+4
* selftest: Factor out smbtorture4testsuite_cmdarray()Volker Lendecke2020-02-271-5/+8
* selftest: Assemble smbtorture arguments as a listVolker Lendecke2020-02-271-4/+8
* selftest: Add smbstatus to testhelperAndreas Schneider2019-03-271-0/+1
* selftest: Remove obsolete py3_compatible=True markersAndrew Bartlett2019-03-211-2/+1
* selftest: Remove support for running multiple tests against python versions i...Andrew Bartlett2019-03-211-6/+0
* s3: tests: Add regression test for smbd crash on share force group change wit...Jeremy Allison2019-01-251-0/+1
* selftest: don't hardcode '.python3' for extra-python testsNoel Power2018-12-101-1/+2
* selftesthelpers: fix py3 tests with extra_pathDouglas Bagnall2018-11-021-6/+9
* PY3: In a pure PY3 build filter-subunit was getting called without 'python'Noel Power2018-10-231-1/+1
* PY3: wrap filter calls with list where list is expectedNoel Power2018-09-161-1/+1
* PY3: ensure output of subprocess.Popen is decodedNoel Power2018-09-161-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* selftest: convert print func to be py2/py3 compatibleNoel Power2018-03-231-10/+11
* selftest: Actually run python3 tests during the selftestAndrew Bartlett2017-05-201-1/+1
* python: selftest: Add possibility to run old Python test suites with Python 3Lumir Balhar2017-03-101-2/+2
* selftest/selftesthelpers.py: let plantestsuite() use the env name in the test...Stefan Metzmacher2017-01-101-1/+5
* python: selftesthelpers: Add possibility for planning tests forLumir Balhar2016-12-011-1/+6
* seltest: add test for "ignore system acls" in vfs_acl_xattr.Uri Simchoni2016-03-241-0/+1
* selftest: test access based share enum parameterUri Simchoni2016-03-021-0/+1
* selftest: add a helper for the smbget binaryChristian Ambach2016-02-261-0/+1
* selftest: add disk-free and quota tests based on fake_dfq VFS moduleUri Simchoni2016-01-261-0/+1
* selftest: Remove binary mappings from the build system.Adrian Cochrane2015-06-081-13/+0
* selftest: Apply rename filepath arguments so binary mapping doesn't have to.Adrian Cochrane2015-06-081-3/+3
* selftest: add snapshot share configurationDavid Disseldorp2015-03-311-0/+1
* Add basic tap2subunit converter, rather than relying on the one from subunit-...Jelmer Vernooij2015-03-061-23/+5
* Use samba.subunit.run to run subunit tests.Jelmer Vernooij2015-03-061-14/+1
* Be consistent about what functions add $LISTOPT and $LOADLIST to the command-...Jelmer Vernooij2014-11-301-4/+6
* selftest: Add separate command line for listing tests, allowing us of subunit...Jelmer Vernooij2014-11-301-4/+15
* Re-use add_prefix function.Jelmer Vernooij2014-11-301-7/+1
* selftest: Drop support for TESTSUITE-IDLIST, and remove its last user.Jelmer Vernooij2014-11-301-15/+2
* Include mimeparse, which is used by subunit/testtools.Jelmer Vernooij2014-11-221-3/+7
* filter-subunit: Drop support for allow_empty_output hack.Jelmer Vernooij2014-10-141-6/+2
* Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij2014-10-141-1/+0
* selftest: Remove print_smbtorture4_version and smbtorture4_possible checkAndrew Bartlett2014-03-261-15/+0
* source3.selftest: Move last variables to selftesthelpers.Jelmer Vernooij2012-10-271-0/+5
* source3.selftest: Move more variables to be in common.Jelmer Vernooij2012-10-271-0/+10
* selftesthelpers: Fix detection of tap2subunit.Jelmer Vernooij2012-10-271-2/+8
* selftesthelpers: Simplify detection of tap2subunit.Jelmer Vernooij2012-10-271-4/+6