Test & Code in Python
Developing Software with Automated Tests
We found 2 episodes of Test & Code in Python with the tag “optimization”.
-
98: pytest-testmon - selects tests affected by changed files and methods - Tibor Arpas
January 21st, 2020 | 32 mins 58 secs
optimization, plugins, ptest
pytest-testmon is a pytest plugin which selects and executes only tests you need to run.
In this episode, I talk with testmon creator Tibor Arpas about testmon, about it's use and how it works. -
85: Speed Up Test Suites - Niklas Meinzer
August 26th, 2019 | 26 mins 32 secs
optimization, pytest, test suite
In this episode, I talk with Niklas Meinzer about techniques to speed up test suites discussed in a recent article he wrote and how they can apply to just about any project.