Bug Description: Port manage Entry TET suit to python 3 part 1
Relates/Fixes: https://pagure.io/389-ds-base/issue/51142
Author: aborah
Reviewed by: ???
Please move this test module under tests/plugins and make sure its filename is spelled correctly.
Please merge these lines into one line, otherwise betelgeuse complains during the docstring import.
Please use status() to get plugin's status.
status()
Plugin class has enable() and disable() methods, let's use them.
Plugin
enable()
disable()
Let's not use Entry or add_s, there are other ways to add this entry.
Entry
add_s
rebased onto d8e2b77fdaf400898bf30689fbac8b956b2e207e
Please move this test module under tests/plugins and make sure its filename is spelled correctly. Done Please merge these lines into one line, otherwise betelgeuse complains during the docstring import. Done Please use status() to get plugin's status. Done Plugin class has enable() and disable() methods, let's use them. Done Let's not use Entry or add_s, there are other ways to add this entry. Done
Done
rebased onto 32593df1c4ac1b8237fa09a0fdafa0a09cf67eaf
Pull-Request has been merged by vashirov
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/4196
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Bug Description: Port manage Entry TET suit to python 3 part 1
Relates/Fixes: https://pagure.io/389-ds-base/issue/51142
Author: aborah
Reviewed by: ???