Skip to content

Commit

Permalink
Move pytest talk to the start of the section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Oct 31, 2018
1 parent c31abb1 commit 0994829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/talks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Books
Talks and blog postings
---------------------------------------------

- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides <http://talks.apsl.io/testing-pycones-2017/>`_, `video in spanish <https://www.youtube.com/watch?v=K20GeR-lXDk>`_)

- `Pythonic testing, Igor Starikov (Russian, PyNsk, November 2016)
<https://www.youtube.com/watch?v=_92nfdd5nK8>`_.

Expand Down Expand Up @@ -69,8 +71,6 @@ Talks and blog postings

- `monkey patching done right`_ (blog post, consult `monkeypatch plugin`_ for up-to-date API)

- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides <http://talks.apsl.io/testing-pycones-2017/>`_, `video in spanish <https://www.youtube.com/watch?v=K20GeR-lXDk>`_)

Test parametrization:

- `generating parametrized tests with fixtures`_.
Expand Down

0 comments on commit 0994829

Please sign in to comment.