|
2 | 2 | Talks and Tutorials
|
3 | 3 | ==========================
|
4 | 4 |
|
5 |
| -.. sidebar:: Next Open Trainings |
6 |
| - |
7 |
| - - `Free 1h webinar: "pytest: Test Driven Development für Python" <https://mylearning.ch/kurse/online-kurse/tech-webinar/>`_ (German), online, August 18 2020. |
8 |
| - - `"pytest: Test Driven Development (nicht nur) für Python" <https://workshoptage.ch/workshops/2020/pytest-test-driven-development-nicht-nur-fuer-python/>`_ (German) at the `CH Open Workshoptage <https://workshoptage.ch/>`_, September 8 2020, HSLU Campus Rotkreuz (ZG), Switzerland. |
9 |
| - |
10 |
| -.. _`funcargs`: funcargs.html |
11 |
| - |
12 | 5 | Books
|
13 | 6 | ---------------------------------------------
|
14 | 7 |
|
|
21 | 14 | Talks and blog postings
|
22 | 15 | ---------------------------------------------
|
23 | 16 |
|
| 17 | +- Webinar: `pytest: Test Driven Development für Python (German) <https://bruhin.software/ins-pytest/>`_, Florian Bruhin, via mylearning.ch, 2020 |
| 18 | + |
| 19 | +- Webinar: `Simplify Your Tests with Fixtures <https://blog.jetbrains.com/pycharm/2020/08/webinar-recording-simplify-your-tests-with-fixtures-with-oliver-bestwalter/>`_, Oliver Bestwalter, via JetBrains, 2020 |
| 20 | + |
| 21 | +- Training: `Introduction to pytest - simple, rapid and fun testing with Python <https://www.youtube.com/watch?v=CMuSn9cofbI>`_, Florian Bruhin, PyConDE 2019 |
| 22 | + |
| 23 | +- Abridged metaprogramming classics - this episode: pytest, Oliver Bestwalter, PyConDE 2019 (`repository <https://github.com/obestwalter/abridged-meta-programming-classics>`__, `recording <https://www.youtube.com/watch?v=zHpeMTJsBRk&feature=youtu.be>`__) |
| 24 | + |
| 25 | +- Testing PySide/PyQt code easily using the pytest framework, Florian Bruhin, Qt World Summit 2019 (`slides <https://bruhin.software/talks/qtws19.pdf>`__, `recording <https://www.youtube.com/watch?v=zdsBS5BXGqQ>`__) |
| 26 | + |
24 | 27 | - `pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyBCN June 2019 <https://www.slideshare.net/AndreuVallbonaPlazas/pybcn-pytest-recomendaciones-paquetes-bsicos-para-testing-en-python-y-django>`_.
|
25 | 28 |
|
26 | 29 | - pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides in english <http://talks.apsl.io/testing-pycones-2017/>`_, `video in spanish <https://www.youtube.com/watch?v=K20GeR-lXDk>`_)
|
@@ -52,8 +55,6 @@ Talks and blog postings
|
52 | 55 | - `pytest: helps you write better Django apps, Andreas Pelme, DjangoCon
|
53 | 56 | Europe 2014 <https://www.youtube.com/watch?v=aaArYVh6XSM>`_.
|
54 | 57 |
|
55 |
| -- :ref:`fixtures` |
56 |
| - |
57 | 58 | - `Testing Django Applications with pytest, Andreas Pelme, EuroPython
|
58 | 59 | 2013 <https://www.youtube.com/watch?v=aUf8Fkb7TaY>`_.
|
59 | 60 |
|
|
0 commit comments