#PropertyTesting Pattern: Some things never change
Examples:
- Adding the same permissions to a user
- Removing a user from a group
- Changing a user preference
#PropertyTesting Pattern: Some things never change
Examples:
- Adding the same permissions to a user
- Removing a user from a group
- Changing a user preference
Write properties that confirm doing the same operation multiple times doesn't affect the outcome.
Idempotency is the fancy name.
"I don't need to worry about doing this too many times" is the vibe.