1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/python/samba/tests/dcerpc
Joe Guo 9b8b40fabf selftest: enable py3 for samba.tests.dcerpc.rpcecho
Prefix `b` for bytes.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-04-13 07:27:12 +02:00
..
__init__.py
array.py samba python tests: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
bare.py selftest: enable py3 for samba.tests.dcerpc.bare 2018-04-13 07:27:12 +02:00
dnsserver.py samba python tests: convert print func to be py2/py3 compatible 2018-03-23 07:28:23 +01:00
integer.py python/tests: Add more assertions that we get back the value we expect 2015-09-01 17:00:52 +02:00
misc.py tests/dcerpc/misc.GUID: improve tests 2018-03-23 07:28:25 +01:00
raw_protocol.py tests:dcerpc/raw_protocol: reproduce call_id truncation bug 2018-02-21 14:19:19 +01:00
raw_testcase.py python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file. 2017-03-10 07:31:10 +01:00
registry.py
rpc_talloc.py pidl: Fix our python reference handling 2016-03-08 01:58:26 +01:00
rpcecho.py selftest: enable py3 for samba.tests.dcerpc.rpcecho 2018-04-13 07:27:12 +02:00
sam.py selftest: enable py3 for samba.tests.dcerpc.sam 2018-04-13 07:27:12 +02:00
srvsvc.py Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools. 2015-03-06 04:41:48 +01:00
string.py tests/dcerpc: add tests for string allocation and deletion 2016-05-10 05:11:42 +02:00
testrpc.py samba python tests: convert print func to be py2/py3 compatible 2018-03-23 07:28:23 +01:00
unix.py