Move pytest talk to the start of the section
This commit is contained in:
parent
c31abb1176
commit
0994829afe
|
@ -23,6 +23,8 @@ Books
|
||||||
Talks and blog postings
|
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)
|
- `Pythonic testing, Igor Starikov (Russian, PyNsk, November 2016)
|
||||||
<https://www.youtube.com/watch?v=_92nfdd5nK8>`_.
|
<https://www.youtube.com/watch?v=_92nfdd5nK8>`_.
|
||||||
|
|
||||||
|
@ -69,8 +71,6 @@ Talks and blog postings
|
||||||
|
|
||||||
- `monkey patching done right`_ (blog post, consult `monkeypatch plugin`_ for up-to-date API)
|
- `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:
|
Test parametrization:
|
||||||
|
|
||||||
- `generating parametrized tests with fixtures`_.
|
- `generating parametrized tests with fixtures`_.
|
||||||
|
|
Loading…
Reference in New Issue