Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmcg/xprolo-approvals
https://github.com/dmcg/xprolo-approvals
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmcg/xprolo-approvals
- Owner: dmcg
- Created: 2015-05-09T19:51:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T21:16:25.000Z (over 9 years ago)
- Last Synced: 2023-03-25T10:11:26.380Z (over 1 year ago)
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Summary
=======Approvals tests are useful when
1. You don't know what you want to test for, but you'll know it when you see it.
2. You do know what you want to test for, but it's complicated.
3. Retrofitting tests to existing code.Steps
1. Find a form of test result that is stable and easily compared.
2. Eyeball it and decide when it's right.
3. When it is, make it approved in the test or a file and have future test runs
compare their results against the approved version.
4. If the results differ, use a differ.Resources
- @duncanmcg
- [Llewellyn Falco](http://approvaltests.sourceforge.net/)
- [Okey-doke](http://github.com/dmcg/okeydoke)
- [Fakir](http://github.com/dmcg/fakir)