Reconnectingβ¦
Tag
#testing
3 articles
Engineering
Property-Based Testing for OSINT Parsers: Find the Bugs Your Examples Miss
Example-based tests prove your parser works on the inputs you thought of. Property-based tests prove it works on the inputs you didn't. Here's how Prismatic uses StreamData to harden 128 OSINT adapters.
Apr 09, 2026
Β·
7 min read
Β·
TomΓ‘Ε‘ Korcak (korczis)
testing
property-based
stream-data
+2
Engineering
Property-Based Testing: Beyond Unit Tests in Elixir
Property-based testing generates hundreds of random inputs to verify invariants that must always hold. This article shows how the TACH doctrine mandates property tests for pure modules and how StreamData generators work.
Mar 15, 2026
Β·
10 min read
Β·
Prismatic Engineering
testing
property-based
exunit
+2
Tutorial
Property-Based Testing in Elixir with StreamData
A practical guide to property-based testing using ExUnitProperties and StreamData, with real examples from validators, parsers, and encoders.
Mar 04, 2026
Β·
11 min read
Β·
Tomas Korcak (korczis)
testing
elixir
property-based-testing
+2