Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiphish/functional-fizzbuzz

(Mirror) An exercise in Python, functional programming and property testing
https://github.com/hiphish/functional-fizzbuzz

fizzbuzz functional-programming hypothesis-testing property-testing python

Last synced: 3 months ago
JSON representation

(Mirror) An exercise in Python, functional programming and property testing

Awesome Lists containing this project

README

        

.. default-role:: code

###############################
Functional FizzBuzz in Python
###############################

This is a toy example of a FizzBuzz implementation written in Python in a
functional programming style. Testing is done using the property testing
paradigm as implemented by the Hypothesis_ library. I have written this entire
thing mostly as an exercise in using Hypothesis.

This is just a toy project, do not package it on PyPI or anything like that.

License
#######

Released under the Unlicense, see the LICENSE_ file for details.

.. _Hypothesis: https://hypothesis.readthedocs.io/en/latest/
.. _LICENSE: LICENSE.txt