News

PyUnit (Unit Test) is the default testing framework for unit testing that comes with Python. Similar to PyTest, in PyUnit also the test cases follow a particular format where tests either start with ...
There is no boilerplate while using Pytest as a test framework; Pytest can run tests written in unittest, doctest, and nose; Pytest supports plugins for behaviour driven testing; There are more than ...
Improve your Python testing even more. In my last two articles, I introduced pytest, a library for testing Python code (see "Testing Your Code with Python's pytest" Part I and Part II). pytest has ...
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 ...