python/tests: add DynamicTestCase setUpDynamicTestCases() infrastructure
commit62f7642b073839f38fbbb4e97f6d15f672090444
authorStefan Metzmacher <metze@samba.org>
Mon, 20 Apr 2020 18:00:51 +0000 (20 20:00 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 26 Oct 2020 12:17:33 +0000 (26 12:17 +0000)
tree2fd92a95a4b00fb84a04c104ee61a8d1fef37a1d
parent3a1d5236678eb126d30b07602dd73d99b707aff8
python/tests: add DynamicTestCase setUpDynamicTestCases() infrastructure

This can be used in order to run a sepcific test (coded just once)
with an autogenerated set of arguments.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14531

Pair-Programmed-With: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit 80347deb544b38be6c6814e5d1b82e48ebe83fd1)
python/samba/tests/__init__.py