summaryrefslogtreecommitdiff
path: root/python/samba/tests/smb.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-31python:smb tests: remove py2 compatibility codeDouglas Bagnall1-11/+7
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-2/+2
2023-10-13python:tests: Remove semicolonsJoseph Sutton1-1/+1
2023-08-21python:tests: Save files with intended contentsJoseph Sutton1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-5/+5
2019-01-09s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale1-1/+1
2019-01-07s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmbTim Beale1-4/+2
2019-01-07tests: Avoid hardcoding domain in testTim Beale1-6/+7
2019-01-07tests: Completely replace s4 connection in smb testsTim Beale1-5/+1
2019-01-07s3:pylibsmb: Add .deltree() API to SMB py bindingsTim Beale1-4/+5
2019-01-07s3:pylibsmb: Add .loadfile() API to SMB py bindingsTim Beale1-6/+6
2019-01-07s3:pylibsmb: Add .savefile() API to SMB py bindingsTim Beale1-8/+8
2019-01-07s3:pylibsmb: Make s3 and s4 listings return the same dictTim Beale1-1/+1
2019-01-07s3:pylibsmb: Don't return '.'/'..' in .list()Tim Beale1-3/+3
2019-01-07s3:pylibsmb: Add .chkpath() API to SMB py bindingsTim Beale1-8/+8
2019-01-07s3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py bindingsTim Beale1-5/+5
2019-01-07s3:pylibsmb: Add .unlink() API to SMB Py bindingsTim Beale1-1/+10
2018-12-12tests: Add SMB Py binding .deltree test caseTim Beale1-2/+60
2018-12-12tests: Extend SMB test_save_load_text case to check overwriteTim Beale1-0/+7
2018-12-12tests: Extend SMB Py binding .list() test-caseTim Beale1-0/+22
2018-12-12tests: Fix SMB Py binding .unlink() test case assertionTim Beale1-1/+20
2018-12-12tests: Add SMB Py binding .chkpath() test caseTim Beale1-0/+24
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+4
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-4/+4
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-6/+6
2018-06-28pysmb: add py_smb_unlink and testJoe Guo1-0/+8
2018-04-13python: create test for pysmb module.David Mulder1-0/+89