CyberFox001
CyberFox001
Do I have tests to write ? If yes, what system do you use ?
Ok, I started to work on it. How does the module have to act, in case the user specify an option only available in podman 4.0.0 and above ?
And which minimum version of Python do I target ?
Ok, I got a working module, tested with a container. :) I need to test it with a pod, write the doc, the integration test and I can do a...
> You can write tests just as sequence of tasks, their execution in GH jobs are little bit tricky, I need to describe it properly. For now you can add...
> You can write tests just as sequence of tasks, their execution in GH jobs are little bit tricky, I need to describe it properly. For now you can add...
Ok, I'm close to do the pull request. I try to run `ansible-test` to be sure the test I wrote is correct. I tested manually the module and it work....
> `ansible-test` respond `FATAL: The current working directory must be within the source tree being tested.`. But I am in the root of this project dir when I run it....
After I moved the project directory at the path `~/Projets/ansible_collections/containers/podman/`, I run the integration test with this command from the root of the project directory: ```sh ansible-test integration podman_generate_systemd ```...
Ok, I make the pull request.