Closed dobbscr closed 7 years ago
Thanks for the work. There are a few outstanding problems.
The patch doesn't pass the existing unit tests. cd tests && python unittests.py. It looks like you've broken auth_user and committed it.
There's also some inconsistency between behaviour and docstrings (add_user_to_group and add_group return False not None) and I'm not sure what add_group returns (ie. what is in response that the api user needs, or is True sufficient?).
If you can address those things I'll look at it again but I won't be confident in it until I've had time to test it against a running Crowd server and written unit tests covering all new functionality.
Have implement your comments ...think I got them all. Will do test cases once I get some time!!