I'm really bummed out by the fact that #elixir doesn't come with a property-based test engine.
Since propex is unstable right now, I write plain stupid unit tests and hate every moment of this bullshit.
@ringods propcheck is low-key broken at the moment, but I'd rather use it, since it's a #PropEr wrapper.
Other people also suggested having a look at stream_data, which I absolutely must do, because it feels like Hedgehog to Quickcheck!
Will have a look when I can afford to learn another library (I'm learning Ecto, Phoenix, LiveView as is).