Effective Property-Based Testing
blog.auxon.io
Effective Property-Based Testing
1–10 of 36 posts
Re: Effective Property-Based Testing
#2Re: Effective Property-Based Testing
#3Re: Effective Property-Based Testing
#4Re: Effective Property-Based Testing
#5Re: Effective Property-Based Testing
#6Property testing is awesome, but it does significantly slow down test suites. Are there any standard practices for striking a balance of getting the added confidence/safety of using property tests without introducing large delays into your CI pipeline?
Re: Effective Property-Based Testing
#7Property testing is awesome, but it does significantly slow down test suites. Are there any standard practices for striking a balance of getting the added confidence/safety of using property tests without introducing large delays into your CI pipeline?
Cloudflare Workers, for example, have no cold-starts. But they are JS/WASM only
Re: Effective Property-Based Testing
#8Property testing is awesome, but it does significantly slow down test suites. Are there any standard practices for striking a balance of getting the added confidence/safety of using property tests without introducing large delays into your CI pipeline?
If your tests are coupled, you're already in a bad way whether you know it or not. Dumping property testing on top of that without addressing the underlying cause sounds like a recipe for misery.
It's probably a great stick and carrot if you're pushing a tech debt reduction agenda though.
Re: Effective Property-Based Testing
#9There are also plugins for IDEs (Pycharm, VS Code and vim), which can be quite helpful during the development.
Re: Effective Property-Based Testing
#10Auxon also looks like an interesting company.