Welcome to FizzBuzz Brainstorm’s documentation!

FizzBuzz is a simple test used in programming interviews. Pleasing the friends from cuban.engineer, this repository is just a personal brainstorming on the subject. Project code is available in https://github.com/EStog/fizzbuzz.

To use any part of the project first run in project root directory:

$ pip install -r ./requirements.txt

In case you need to generate offline HTML documentation just run in project root directory:

$ pip install -r ./docs/requirements.txt
$ ./build_docs.sh html

To see other available formats run build_docs.sh:

In case you want to run the tests, execute in project root directory:

$ pip install -r ./tests/requirements.txt
$ ./run_tests.sh

Indices and tables