summaryrefslogtreecommitdiff
path: root/python/samba/tests/smb.py
Commit message (Expand)AuthorAgeFilesLines
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-5/+5
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-091-1/+1
* s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmbTim Beale2019-01-071-4/+2
* tests: Avoid hardcoding domain in testTim Beale2019-01-071-6/+7
* tests: Completely replace s4 connection in smb testsTim Beale2019-01-071-5/+1
* s3:pylibsmb: Add .deltree() API to SMB py bindingsTim Beale2019-01-071-4/+5
* s3:pylibsmb: Add .loadfile() API to SMB py bindingsTim Beale2019-01-071-6/+6
* s3:pylibsmb: Add .savefile() API to SMB py bindingsTim Beale2019-01-071-8/+8
* s3:pylibsmb: Make s3 and s4 listings return the same dictTim Beale2019-01-071-1/+1
* s3:pylibsmb: Don't return '.'/'..' in .list()Tim Beale2019-01-071-3/+3
* s3:pylibsmb: Add .chkpath() API to SMB py bindingsTim Beale2019-01-071-8/+8
* s3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py bindingsTim Beale2019-01-071-5/+5
* s3:pylibsmb: Add .unlink() API to SMB Py bindingsTim Beale2019-01-071-1/+10
* tests: Add SMB Py binding .deltree test caseTim Beale2018-12-121-2/+60
* tests: Extend SMB test_save_load_text case to check overwriteTim Beale2018-12-121-0/+7
* tests: Extend SMB Py binding .list() test-caseTim Beale2018-12-121-0/+22
* tests: Fix SMB Py binding .unlink() test case assertionTim Beale2018-12-121-1/+20
* tests: Add SMB Py binding .chkpath() test caseTim Beale2018-12-121-0/+24
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-2/+2
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+4
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-4/+4
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-6/+6
* pysmb: add py_smb_unlink and testJoe Guo2018-06-281-0/+8
* python: create test for pysmb module.David Mulder2018-04-131-0/+89