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. You can see the project documentation for more details.
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
. Documentation is built using Sphinx.
In case you want to run the tests, execute in project root directory:
pip install -r ./tests/requirements.txt
./run_tests.sh