Commit 5c4910b
authored
Merge pull request #812 from cderici/add-destroy-units
#812
#### Description
This brings back the separate `model.destroy_units(*units)` as a quality of life feature.
Fixes #811
#### QA Steps
All the regular tests should pass. Additionally, this also adds a separate integration test for `destroy_units`, so the following should be passing (I tried it on juju 3.1).
```
tox -e integration -- tests/integration/test_model.py::test_destroy_units
```
#### Notes & Discussion
As a future reference, this was changed in #791.2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2014 | 2014 | | |
2015 | 2015 | | |
2016 | 2016 | | |
2017 | | - | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
2018 | 2024 | | |
2019 | 2025 | | |
2020 | 2026 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
885 | 902 | | |
886 | 903 | | |
887 | 904 | | |
| |||
0 commit comments