News

The pytest people agree, and they suggest the use of "parametrized tests". The idea here is that you define the test a single time, but tell pytest which inputs and outputs to provide. You can do this ...
Microsoft has announced Playwright, a tool that lets developers write tests in Python for web applications across Chrome, Chromium-based Edge, Apple Safari and Mozilla Firefox. Playwright, a ...
My "Weekly Python Exercise" subscription service now includes tests, and I feel like it has improved a great deal as a result. In my next article, I plan to take a third and final look at pytest, ...