Improve unit test coverage for juju.model.Model.deploy #1162
Labels
area/tests
Updates the tests or test infrastructure
hint/3.x
going on main branch
kind/wishlist
requested feature
priority/low
low priority
Description
deploy
does not appear to be well covered by unit tests, if at all. There are a bunch of tricky arguments, like storage constraints, that could perhaps be checked in unit tests, though the appropriate level to mock or fake at is not immediately clear to me.See: #1105 (comment)
It would be nice to run
coverage
and get an idea of what is and isn't covered by unit tests. We could add atox
environment for it.Urgency
Casually wishlisting
Code I'd Like to Run
The text was updated successfully, but these errors were encountered: