Vorträge und Tutorials¶
Bücher¶
Vorträge und Blog-Posts¶
Training: pytest - simple, rapid and fun testing with Python, Florian Bruhin, PyConDE 2022
pytest: Simple, rapid and fun testing with Python, (@ 4:22:32), Florian Bruhin, WeAreDevelopers World Congress 2021
Webinar: pytest: Test Driven Development für Python (Deutsch), Florian Bruhin, via mylearning.ch, 2020
Webinar: Simplify Your Tests with Fixtures, Oliver Bestwalter, via JetBrains, 2020
Training: Introduction to pytest - simple, rapid and fun testing with Python, Florian Bruhin, PyConDE 2019
Abridged metaprogramming classics - diese Episode: pytest, Oliver Bestwalter, PyConDE 2019 (Repository, Aufnahme)
Testing PySide/PyQt code easily using the pytest framework, Florian Bruhin, Qt World Summit 2019 (Folien, Aufnahme)
pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (Folien auf Englisch, Video auf Spanisch)
pytest advanced, Andrew Svetlov (Russisch, PyCon Russia, 2016).
Pythonic testing, Igor Starikov (Russisch, PyNsk, November 2016).
pytest - Rapid Simple Testing, Florian Bruhin, Swiss Python Summit 2016.
Improve your testing with Pytest and Mock, Gabe Hollombe, PyCon SG 2015.
Advanced Uses of py.test Fixtures, Floris Bruynooghe, EuroPython 2014.
Why i use py.test and maybe you should too, Andy Todd, Pycon AU 2013
3-teilige Blog-Serie über pytest von @pydanny alias Daniel Greenfeld (Januar 2014)
pytest: helps you write better Django apps, Andreas Pelme, DjangoCon Europe 2014.
Testing Django Applications with pytest, Andreas Pelme, EuroPython 2013.
Testes pythonics com py.test, Vinicius Belchior Assef Neto, Plone Conf 2013, Brasilien.
Introduction to py.test fixtures, FOSDEM 2013, Floris Bruynooghe.
pytest feature and release highlights, Holger Krekel (DEUTSCH, Oktober 2013)
pycon australia 2012 pytest talk von Brianna Laugher (Video, Folien, Code)
monkey patching done right (Blog-Post, konsultieren Sie das monkeypatch Plugin für die aktuelle API)
Test-Parametrisierung
Parametrisierung von Tests, verallgemeinert (Blog-Post)
Test-Hooks in lokale oder globale Plugins einfügen (Blog-Post)
Assertions-Introspektion
Verteiltes Testen
Testen Sie Ihren Code gleichzeitig auf allen Plattformen (Blog-Eintrag)
Plugin-spezifische Beispiele