Slide 103
Slide 103 text
Using fixtures
[
{
"pk": 1,
"model": "questions.question",
"fields": {
"status": "new",
"text": "How can my team get started with
testing?",
"votes": 0,
"created": "2013-01-17T16:15:37.786Z"
}
},
{
"pk": 2,
"model": "questions.question",
"fields": {
"status": "new",
"text": "Does Selenium only work in
Firefox?",
"votes": 0,
"created": "2013-01-17T16:17:48.381Z"
}
}
]