Adam Śmiechowski
Adam Śmiechowski
I'm still educating myself about the relative merits of these two frameworks. What features of pytest particularly take your fancy? I know you mentioned parameterizable tests in the past...
That sounds really neat. What does it take to migrate?
Which of the standard tools do you have in mind?
What happened here was a new key-value pair was created in the config: `experiment_designer_config_fraction_random_suggestions = 0.1` The existing key-value pair: `experiment_designer_config.fraction_random_suggestions = 0.5 ` remained unchanged. Thus, the resulting configuration...