dwyl / alog

🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
GNU General Public License v2.0
15 stars 2 forks source link

Tests #8

Open Danwhy opened 5 years ago

Danwhy commented 5 years ago

While we have a good suite of tests already for this module, I'd like to add some more. Specifically, I'd like to look into property based testing.

I've been hearing about this a lot lately, and it looks like a good way to create an extensive test suite, and potentially uncover issues we've never considered.