summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/notification.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30s4:dsdb:tests: Remove unused importsJoseph Sutton1-6/+1
2023-03-22s4:dsdb/tests: use changetype: modify in order to delete a single attributeStefan Metzmacher1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-12/+12
2019-05-20selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notificationAndrew Bartlett1-1/+0
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests: PY3 fix failing samba4.ldap.notificationNoel Power1-1/+1
2018-11-01tests/python/notification: safer use of super()Douglas Bagnall1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-05-12s4/dsdb/tests: py2/py3 compatability replace xrange with rangeNoel Power1-2/+2
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-2/+3
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-12/+24
2016-03-11s4:dsdb/test/notification: make test_invalid_filter more resilient against or...Stefan Metzmacher1-4/+11
2016-02-17s4:dsdb/tests: add notification.py with some basic testsStefan Metzmacher1-0/+352