szaszm commented on a change in pull request #936:
URL: https://github.com/apache/nifi-minifi-cpp/pull/936#discussion_r524457457
##########
File path: docker/test/integration/README.md
##########
@@ -131,7 +140,7 @@ with DockerTestCluster(SingleFileOutputValidator('test'))
as cluster:
```
Note that a docker cluster must be created inside of a *with* structure to
-ensure that all resources are ccreated and destroyed cleanly.
+ensure that all resources are ccreated and destroyed cleanly.
Review comment:
```suggestion
ensure that all resources are created and destroyed cleanly.
```
##########
File path: docker/test/integration/README.md
##########
@@ -21,7 +21,16 @@ well as other systems which are available in docker, such as
Apache NiFi.
* Currently test_https.py does not work due to the upgrade to NiFi 1.7. This
will be resolved as
soon as possible.
-
+
+## Test environment
+
+The test framework is written in python3 language and uses pip3 package
manager to add required packages.
Review comment:
```suggestion
The test framework is written in Python 3 and uses pip3 to add required
packages.
```
- "written in" implies a programming language, so removed "language".
- Changed "python3" to "Python 3" as "python3" is a command used by many
(but not all) distros to launch the interpreter, but I think the name and
version of the language should be written as "Python 3".
- removed "package manager" because is sounds strange for me without an
article ("the"), and is definitely redundant.
- Noting that "pip3" is also just a command to invoke "pip", the package
manager, but either fits here.
English is not my first language so I may be wrong in some of the above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]