Closed seifertm closed 1 year ago
@seifertm würde dir auch 24. November passen? Und vielen Dank für deine coole Einreichung!
@maxammann Logisch, 24. November ist vorgemerkt.
Super, danke dir!
This talk proposal has been automatically marked as stale because it has not had recent activity. It will be closed after 6 months if no further activity occurs. If you still plan to do this talk then answer here.
Tests für Faule – Einführung in Property-Based Testing
Short description
Do you find yourself working through pages of copied and pasted tests to accommodate a simple code change? Does your software frequently break in unexpected ways despite your testing efforts? Don’t despair! Property-based testing could be your way out of that mess. Rather than working harder and writing more test code, property-based testing forces you to work smarter and test more code with fewer tests.
Audience
Software engineers who know how to write a unit test. The approach is applicable in any programming language, but provided code examples use Python.