flask-split icon indicating copy to clipboard operation
flask-split copied to clipboard

A/B testing for your Flask application.

Results 4 flask-split issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to test an uneven split(90-10) by providing weights on alternatives for an experiment and it looks like the weights are not taken into consideration experiment_name =...

Fix alternative weights not taken into account

hi, Thanks for the simple plugin. I tried adding the following code for testing a full page: ``` @ab_test.route('/ab_test_full_page') def check_full_page(): return render_template(ab_test('page_checker','page1.html', 'page2.html')) ``` I get the error: TypeError:...

Thanks for the excellent work on flask-split. At this point, the /split route is bailing out with this error. Let me know if you have any insights. I've got the...