File tree 1 file changed +2
-2
lines changed
docs/developer/explanations/decisions
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- 2 . Use Python for scripting inside and outside containers
1
+ 5 . Use Python for scripting inside and outside containers
2
2
=========================================================
3
3
4
4
Date: 2022-11-30
@@ -24,7 +24,7 @@ python for the following reasons:
24
24
- python provides for much richer command line arguments
25
25
- it is also much easier to provide rich help
26
26
- managing errors is vastly improved with exception handling
27
- - the unit testing framework allows for 85% coverage in continuous integration
27
+ - the unit testing framework allows good test coverage in continuous integration
28
28
- complex string handling is a common requirement and is much easier in python
29
29
- there is a clear versioning strategy and packages can be installed with pip,
30
30
meaning that you can check which version of the script you are running and
You can’t perform that action at this time.
0 commit comments