| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Starter project for getting approvaltests up and running
Anyone that wants to do some new code in Python with Approvaltests.
It works great for experimentation, katas or starting a green field project.
If you are familar with python, you can either:
or
If you are having any difficulties, We suggest you watch the getting started video
tip: pause the video after each step and do it so you are in sync
Approvaltests uses methods that start with verify like verify(object_under_test) The expected result is stored in a file like such:
{
"age": 38,
"firstName": "jayne",
"isMale": true,
"lastName": "cobb"
}If you are just exploring you might want to try a sample exercise(kata). I would suggest you start with LCD digits kata
| Back | FazBrowse Home | New Git URL |