forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlessons-in-testing.json
More file actions
26 lines (26 loc) · 1.31 KB
/
lessons-in-testing.json
File metadata and controls
26 lines (26 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"alias": "video/1298/lessons-in-testing",
"category": "EuroPython 2012",
"copyright_text": "Standard YouTube License",
"description": "Testing may be one of the more difficult concepts to pick up in a\ndevelopment cycle. With the complexities of large projects, and even\nsmall projects, writing effective, automated tests can take many times\nlonger than writing the code and testing it by hand. This talk will\nexplore the various patterns of testing that DISQUS has implemented, and\niterated upon over the last two years. It will describe how testing has\nbeen used to speed up the product lifecycle, improve stability through\nautomation, and the culture shift required to get there. Most\nimportantly, it will cover the practices that have been put in place\nthat have helped ease the burden of writing tests.\n",
"duration": null,
"id": 1298,
"language": "eng",
"quality_notes": "",
"recorded": "2012-07-05",
"slug": "lessons-in-testing",
"speakers": [
"David Cramer"
],
"summary": "[EuroPython 2012] David Cramer - 4 JULY 2012 in \"Track Spaghetti\"\n",
"tags": [],
"thumbnail_url": "http://i.ytimg.com/vi/garsUmsZIac/hqdefault.jpg",
"title": "Lessons in Testing",
"videos": [
{
"length": 0,
"type": "youtube",
"url": "http://www.youtube.com/watch?v=garsUmsZIac"
}
]
}