issues
search
ElSnoMan
/
pyclinic
A library to test services in Python
MIT License
5
stars
1
forks
source link
Pass values from one response to the next
#26
Closed
ElSnoMan
closed
3 years ago
ElSnoMan
commented
3 years ago
Variables at a function level?
If the variables don't exist, like
{{deck_id}}
from
.draw_cards()
, should we raise an error or let it create the function?
{{deck_id}}
from.draw_cards()
, should we raise an error or let it create the function?