Talk in English - US at OpenWest Conference 2017
Track Name:
300A - Programming
Short URL: https://joind.in/talk/97903
(QR-Code (opens in new window))
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.
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.