python: tests: function to generate a unique name from caller
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 12 Oct 2023 02:21:08 +0000 (15:21 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 26 Oct 2023 23:32:34 +0000 (23:32 +0000)
commitd19e268221efca4079469c015f0fe3f2d0719f23
treec9bdbaf795d053152976d91d362dedb91c6f7eb0
parented245e288756c34c263c37dd3d64203ee1efdaa5
python: tests: function to generate a unique name from caller

Uses the caller function to generate a unique name from the test function name.

Unique name is converted to camel case

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/__init__.py