Have you ever wondered how to:

- run tests in parallel to make you test runs fast?
- isolate your unit tests with mock objects?
- run integration tests?
- do continuous integration?
- use Green's advanced test-running features?

I will go over these topics as well as other advanced python testing tips and tricks.


[122]

Comments

Comments are closed.

Pedro Salgado at 20:09 on 19 Jul 2017

The best Python test presentation I ever attended.
I'm experienced with Python but I still found it refreshing due to the style the presentation.
The content had enough of high-level/how-to use and low-level/why so information.
I didn't know "Green" test tool but I'll definitely look at it now.