samba-in-kubernetes / sit-test-cases

SIT (Samba Integration Tests) Automated Test Cases
0 stars 4 forks source link

use pytest's parametrize feature for generating the various testing parameter combinations wherever required #37

Closed Shwetha-Acharya closed 8 months ago

anoopcs9 commented 8 months ago

@Shwetha-Acharya Is this already implemented?

Shwetha-Acharya commented 8 months ago

@anoopcs9 there are still some non test functions with code repetition. Paramtrize cannot be used on them. I will add a new PR to handle them differently.

Closing this PR as changes related to parametrize are already implemented