You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for the fantastic project - It's incredibly easy to use :)
I'm using Choices in a new project and while creating tests I noticed that no matter what I pass under extra_context it doesn't get picked up - Using Cookiecutter CLI works just fine (also checked the replay directory to confirm I wasn't passing bad data).
It will default to Opt1 even though we pass Opt2 in the extra context.
I'll do further debugging here but in case anyone can easily spot the issue (one of those days that you spend too much time looking at a problem and can't see the obvious).
Obrigado!!
The text was updated successfully, but these errors were encountered:
I couldn't wait until mid-week and took a peak at the tests - Checked that PR locally and everything works just as expected so I went on to check my tests and found the issue: misspelled one letter of the expected value from the choices and within reason it kept defaulting to the first option :(.
Told ya I spent too much time at the computer and couldn't see the obvious - Apologies for the unnecessary issue but glad that this wasn't captured under tests so a win-win ;)
Thanks again and I'm resolving this now @hackebrot.
Hello!
Firstly, thanks for the fantastic project - It's incredibly easy to use :)
I'm using Choices in a new project and while creating tests I noticed that no matter what I pass under
extra_context
it doesn't get picked up - Using Cookiecutter CLI works just fine (also checked the replay directory to confirm I wasn't passing bad data).How to reproduce
It will default to Opt1 even though we pass
Opt2
in the extra context.I'll do further debugging here but in case anyone can easily spot the issue (one of those days that you spend too much time looking at a problem and can't see the obvious).
Obrigado!!
The text was updated successfully, but these errors were encountered: