Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 775 Bytes

abtesting-public

Open source core of A/B testing calculator

What is this?

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.

Architecture

We use poetry to manage dependencies. Test cases utilize pytest. We use black and flake8 for formatting.

How to run the test cases

After ensuring poetry is installed (see Architecture section), run:

$ poetry shell
$ poetry install --no-root
$ python -m pytest