summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/domain_models.py
AgeCommit message (Expand)AuthorFilesLines
2025-11-14python:tests: Take INTERDOMAIN_TRUST into accountAndreas Schneider1-6/+16
2025-11-14python:tests: Add debug output to test_query_filter_enum()Andreas Schneider1-5/+36
2024-05-10selftest: add test for User.get_primary_group methodRob van der Linde1-0/+15
2024-03-28python: tests: write a test for the Model.as_dict methodRob van der Linde1-1/+44
2024-03-28python: tests: computer model tests should clean upRob van der Linde1-0/+6
2024-03-20tests: models: test additional Computer constructor casesRob van der Linde1-5/+22
2024-03-20tests: models: fix username should be account_nameRob van der Linde1-2/+2
2024-03-20python: pep8: fix import sorting after moveRob van der Linde1-2/+3
2024-03-20python: move models out of the netcmd packageRob van der Linde1-1/+1
2024-03-01netcmd: models: Rename username to account_name for consistencyRob van der Linde1-12/+12
2024-03-01python: models: Computer constructor automatically adds "$" to account nameRob van der Linde1-2/+24
2024-02-16netcmd: models: SDDLField parses to object instead of stringRob van der Linde1-4/+17
2024-02-08netcmd: models: tests: add tests for NtTimeFieldRob van der Linde1-0/+22
2024-02-08netcmd: models: model field DateTimeField returns datetime in UTCRob van der Linde1-5/+9
2024-02-08netcmd: models: fix build_expression did not work with EnumFieldRob van der Linde1-2/+37
2024-02-08netcmd: models: enums and constants also brought forwardRob van der Linde1-2/+2
2023-11-22netcmd: models: add field test for SIDFieldRob van der Linde1-1/+43
2023-09-29netcmd: models: add SDDL model fieldRob van der Linde1-1/+41
2023-09-29netcmd: models: field to_db_value needs ldb paramRob van der Linde1-1/+1
2023-09-29netcmd: tests: tests tidyup and make use of setUpTestDataRob van der Linde1-5/+7
2023-06-25netcmd: domain: model field testsRob van der Linde1-0/+332