iainelder / aws-org-tree

Prints a text tree representation of an AWS organization.
7 stars 0 forks source link

Add tests for main function #2

Open iainelder opened 1 year ago

iainelder commented 1 year ago

Take inspiration from the cli_test_helpers examples.

iainelder commented 1 year ago

I've already covered the CLI with tests. There isn't really much of a CLI right now. There's just one function!

I can add some basic tests of the main function with moto.

I can't do robust coverage of all the edge cases with moto because it behaves differently from the real Organizations service.

I should raise an issue about that on the moto GitHub and offer to help make it more accurate.