Github user arpadboda commented on the pull request:
https://github.com/apache/nifi-minifi-cpp/commit/b7b05b3fafeb7a23f6d5f1017ca2b9a6fea4bfb1#commitcomment-31078004
In docker/test/integration/test_zero_file.py:
In docker/test/integration/test_zero_file.py on line 17:
Import * is not a nice practice as makes it very difficult to find the
source of the used functions/classes.
I prefer listing the used modules. ---
