]> git.ipfire.org Git - thirdparty/samba.git/commit
python/tests: add DynamicTestCase setUpDynamicTestCases() infrastructure
authorStefan Metzmacher <metze@samba.org>
Mon, 20 Apr 2020 18:00:51 +0000 (20:00 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 21 Oct 2020 07:25:37 +0000 (07:25 +0000)
commit80347deb544b38be6c6814e5d1b82e48ebe83fd1
tree849381a41565269407c74905b684aba2d27449ee
parent6aa396b0cd1f83f45cb76a4f3123d99135e8dd8c
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>
python/samba/tests/__init__.py