Introducing stream_data Framework

Let's understand the working of stream_data framework

What is stream_data?

For Elixir, stream_data is a property-based testing framework. It provides two main functionalities, data generation and a framework for writing and running properties. The data generation aspect of the library is usable outside of property-based testing as a standalone feature, but it’s the backbone of the whole framework and is also used extensively when writing properties.

Get hands-on with 1200+ tech skills courses.