Skip to content

rwilson4/abtesting-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Open source core of A/B testing calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages