doncicuto / glim

Glim is a simple identity access management system that speaks some LDAP and has a REST API to manage users and groups
Other
23 stars 0 forks source link

Feat 51. Add tests for CLI commands #69

Closed doncicuto closed 2 years ago

doncicuto commented 2 years ago

New tests have been added to test Glim commands. Glim commands were refactored for easier testing (return error or print successful result)

Closes #51