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
/
__init__.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2020-10-21
python/tests: add DynamicTestCase setUpDynamicTestCases() infrastructure
Stefan Metzmacher
1
-0
/
+27
2020-08-11
python compat: remove text_type
Douglas Bagnall
1
-1
/
+0
2020-08-11
python compat: remove string_types
Douglas Bagnall
1
-2
/
+1
2020-08-03
python tests: drop python 2.6 compatibility functions
Douglas Bagnall
1
-106
/
+0
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-1
/
+1
2019-11-20
python: Return the stdout when also checking error codes
Andrew Bartlett
1
-0
/
+1
2019-07-31
tests: Add samba_upgradedns to the list of possible cmds
Garming Sam
1
-0
/
+1
2019-07-05
python/tests: helper function for checking --help consistency
Douglas Bagnall
1
-0
/
+118
2019-07-02
provision tests: Add --backend-store-size option.
Gary Lockyer
1
-0
/
+17
2019-06-07
Revert TestCaseInSubDir parts of "downgradedatabase: blackbox test"
Andrew Bartlett
1
-7
/
+2
2019-05-29
downgradedatabase: blackbox test
Aaron Haslett
1
-2
/
+7
2019-05-01
pytests: slightly better errors in Testcase.insta_creds()
Douglas Bagnall
1
-3
/
+4
2019-01-08
python/tests: add TestCaseInTempdir.mktemp()
Douglas Bagnall
1
-1
/
+16
2019-01-08
python/tests/blackbox: check_exit_code() explains by default
Douglas Bagnall
1
-0
/
+2
2018-12-10
python/samba/tests: PY3 make sure traffic_learner is called with correct python
Noel Power
1
-3
/
+8
2018-12-10
python/samba/test: Make sure traffic_replay is called with correct python
Noel Power
1
-1
/
+1
2018-11-27
tests: Handle backup command exceptions as test failures, not errors
Tim Beale
1
-0
/
+1
2018-11-14
python/samba/tests: Ensure samba_dnsupdate called with correct python version
Noel Power
1
-1
/
+2
2018-11-01
pytests: allow blackbox subcommands without a shell
Douglas Bagnall
1
-13
/
+33
2018-10-25
python/tests/__init__: import what we need
Douglas Bagnall
1
-4
/
+2
2018-10-23
python/samba/tests: make sure samba-tool is called with ${PYTHON}
Noel Power
1
-0
/
+3
2018-10-19
python tests Blackbox: add random_password
Gary Lockyer
1
-0
/
+13
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E701: multiple statements on one line (colon)
Joe Guo
1
-2
/
+4
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-2
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+4
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E124: closing bracket does not match visual indentation
Joe Guo
1
-1
/
+1
2018-08-17
python/samba/tests: fix SamDB dummy replacement
Joe Guo
1
-1
/
+3
2018-07-23
python/samba/tests: make sure samba.tests can be imported without SamDB
Alexander Bokovoy
1
-1
/
+6
2018-07-13
python/samba/tests: remove Py2 specific imports.
Noel Power
1
-6
/
+4
2018-07-13
python/samba/tests: Py2/Py3 port for hexdump
Noel Power
1
-5
/
+13
2018-05-30
selftest: Make create_test_ou() return a ldb.Dn
Andrew Bartlett
1
-1
/
+1
2018-05-11
tests: Move repeated code into a helper function
Tim Beale
1
-0
/
+13
2018-04-05
selftest: enable py3 for samba.tests.upgrade
Joe Guo
1
-1
/
+3
2018-02-24
text/python/blackbox: allow optional message in ProcessError
Douglas Bagnall
1
-7
/
+13
2018-02-15
python.subunit: add assertRegexpMatches for Python 2.6
Douglas Bagnall
1
-1
/
+10
2018-01-13
python tests: assert string equality, with diff
Douglas Bagnall
1
-0
/
+23
2017-10-19
python: use communicate to fix Popen deadlock
Joe Guo
1
-6
/
+8
2017-08-17
blackbox tests: method to check specific exit codes
Gary Lockyer
1
-3
/
+12
2017-07-28
selftest: Add and use new helper function get_creds_ccache_name()
Andrew Bartlett
1
-0
/
+7
2017-06-15
python/test: delete_force() passes on command line args
Douglas Bagnall
1
-2
/
+2
2017-04-05
TestBase: restore setting FEATURE_SEAL in insta_creds
Gary Lockyer
1
-1
/
+2
2017-03-29
TestBase: move insta_creds from password_lockout.py
Gary Lockyer
1
-0
/
+31
2017-03-10
python: samba.gensec: Port module to Python 3 compatible form
Lumir Balhar
1
-1
/
+0
2017-03-10
python: samba.tests: Move import of ported modules out of PY3 condition
Lumir Balhar
1
-2
/
+2
2017-03-10
python: Make top-level samba modules Python 3 compatible
Lumir Balhar
1
-11
/
+15
[next]