Barnabas Jovanovics
Barnabas Jovanovics
> Imho. this is the best tool for testing redux-saga right now. I might be able to help as well Same here
I will also start by working through a couple of the issues and creating some PRs.
> That's looking pretty good right now! > > One scenario I'm concerned about: What happens/should happen when `upsertQueryData` is called for a cache entry that is currently "in flight"?...
I had a similar problem, because I wanted to access the role defaults and vars. I have the following in my conftest.py. I did it this way to keep the...
In my current environment it's hard to use docker or vms on my local machine, therefore I don't use molecule. But I write the tests to check if the servers...
There probably isn't one solution for everything. But if we had a documented example, I think most would be able to adapt it to their use-case.
In my case we would also like to be able to run the test periodically on the servers after provisioning them. But not all the servers are exactly the same....
Just a quick comment on group_vars/host_vars. Yes the ansible_runner picks up on them but when creating roles I don't use those, I see them as a higher level tool used...
The runner is attached to the host which is `module` scoped. Which should be good for most situations, I'm not sure about how this would effect roles developed with molecule,...
I did play around with it a little bit. Here is a minimal example. All the needed stuff is already in the `ansible_runner` except the playbook. ``` import ansible.cli.playbook import...