change permalinks
This commit is contained in:
parent
63f9168258
commit
a8f4b86046
23 changed files with 46 additions and 46 deletions
|
|
@ -5,7 +5,7 @@ author: dreat
|
|||
post_excerpt: ""
|
||||
layout: post
|
||||
permalink: >
|
||||
http://dreat.info/2017/05/20/property-testing/
|
||||
http://dreat.info/2017-05-20-property-testing/
|
||||
published: true
|
||||
post_date: 2017-05-20 19:00:38
|
||||
---
|
||||
|
|
@ -22,4 +22,4 @@ QuickCheck then generates data, runs n tests using this random data and if it fi
|
|||
|
||||
While it’s all fun, I’m still not sure what are the cases in a commercial code where this is the best approach. Also, turns out that properties also form kind of patterns – and I’m yet to learn about all this.
|
||||
|
||||
Nevertheless, I’m quite hyped and want to learn more – it seems more of easy to get, hard to master useful tool than a novelty, but only time will tell.
|
||||
Nevertheless, I’m quite hyped and want to learn more – it seems more of easy to get, hard to master useful tool than a novelty, but only time will tell.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue