Open BugliL opened 2 years ago
You are right, it seems something is broken on this option.
I checked the code and this do not seems to be a client problem, can you confirm it?
I guess so, we should open a issue on the imagegonord-pip
What was the issue on this one? @Wabri @BugliL ?
Is it not clear in the description?
I run the client with
-na
parameter with a rainbow image (this one https://github.com/BugliL/ImageGoNord-cli/blob/develop/tests/data/rainbow_square.png) but it seems to have no differences. Do I need to specify more parameters?To Reproduce Steps to reproduce the behavior: Clone my fork repository and run tests You can find a test here https://github.com/BugliL/ImageGoNord-cli/blob/develop/tests/unit/test_client_advanced_behavior.py
The full commands are
Expected behavior Having a different image if
-na
applied or not Start image https://github.com/BugliL/ImageGoNord-cli/blob/develop/tests/data/rainbow_square.png Image with -na option https://github.com/BugliL/ImageGoNord-cli/blob/develop/tests/data/rainbow_nord_na_square.png Image without -na option https://github.com/BugliL/ImageGoNord-cli/blob/develop/tests/data/rainbow_nord_square.png