Open source core of A/B testing calculator
This is the core code powering my A/B testing calculator. I wanted to open-source the core logic so that everyone could scrutinize the methods to their heart's content. Reviewing the test cases is a good starting point.
We use poetry to manage dependencies. Test cases utilize pytest. We use black and flake8 for formatting.
After ensuring poetry is installed (see Architecture section), run:
$ poetry shell
$ poetry install --no-root
$ python -m pytest