Skip to content

Commit 02ee548

Browse files
authored
Merge pull request #66 from epics-containers/tidy-devcontainer-rst
add some Architectural Decisions
2 parents 6aa62c3 + 55ae4f2 commit 02ee548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer/explanations/decisions/0005-python-scripting.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2. Use Python for scripting inside and outside containers
1+
5. Use Python for scripting inside and outside containers
22
=========================================================
33

44
Date: 2022-11-30
@@ -24,7 +24,7 @@ python for the following reasons:
2424
- python provides for much richer command line arguments
2525
- it is also much easier to provide rich help
2626
- 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
2828
- complex string handling is a common requirement and is much easier in python
2929
- there is a clear versioning strategy and packages can be installed with pip,
3030
meaning that you can check which version of the script you are running and

0 commit comments

Comments
 (0)