#6127 Tests: Trackers do not support --no-member option
Closed: Invalid Opened by lryznaro.

Trackers for objects that support handling of membership information do not support use of "--no-member" option.


In fact they do support it. It is enough to provide an additional parameter no_members=True to the tracker constructor call and this parameter will be passed along to the API call through the !**kwargs option of tracker's !init! method.[[BR]]
Example:

  tracker = UserTracker(name=u'user1', givenname=u'Test', sn=u'User1', no_members=True)

Metadata Update from @lryznaro:
- Issue assigned to ofayans
- Issue set to the milestone: Future Releases

Metadata