forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchristie-wilsonmichael-tom-wing-system-testing-with-pytest-and-docker-py.json
More file actions
23 lines (23 loc) · 2.28 KB
/
christie-wilsonmichael-tom-wing-system-testing-with-pytest-and-docker-py.json
File metadata and controls
23 lines (23 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"copyright_text": "Creative Commons Attribution license (reuse allowed)",
"description": "Christie Wilson/Michael Tom-Wing - System Testing with pytest and docker-py\n[EuroPython 2016]\n[20 July 2016]\n[Bilbao, Euskadi, Spain]\n(https://ep2016.europython.eu//conference/talks/system-testing-with-pytest-and-docker-py)\n\nSystem tests are an invaluable tool for verifying correctness of large\nscale online services. This talk will discuss best practices and\ntooling (pytest and docker-py) for writing maintainable system tests.\n\nDemonware has used System tests to verify online services for some of\nthe biggest AAA video game launches as well as internal operational\ntools.\n\nMany folks who write software are familiar with unit testing, but far\nfewer with system testing.\n\n-----\n\nSystem testing a microservice architecture is challenging. As we move\naway from monolithic architectures, system testing becomes more\nimportant but also more complicated.\n\nIn the video game industry, if a game doesn\u2019t work properly\nimmediately after launch, it will heavily impact game success. We have\nfound system testing to be an important tool for pre launch testing of\ngame services and operational tools, to guarantee quality of these\nservices at launch.\n\nWe want to share with you best practices for system testing: when to\nwrite system tests, what to test and what not to, and common pitfalls\nto avoid. Using python\u2019s pytest tool and docker-py for setting up\nservices and their dependencies has made it easier than ever to write\ncomplex but maintainable system tests and we\u2019ll share with you how\nwe\u2019ve made use of them.\n\nDevelopers (senior and junior) and ops folks can walk away from this\ntalk with practical tips they can use to apply system testing to their\nsoftware.",
"duration": 1782,
"language": "eng",
"recorded": "2016-08-05",
"related_urls": [
"https://ep2016.europython.eu//conference/talks/system-testing-with-pytest-and-docker-py"
],
"speakers": [
"Christie Wilson",
"Michael Tom-Wing"
],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/EDpwvvU-sPY/maxresdefault.jpg",
"title": "System Testing with pytest and docker-py",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=EDpwvvU-sPY"
}
]
}