News

Install the extension Configure Visual Studio Code to discover your tests (see Configuration section and documentation of a test framework of your choice: By default the extension uses the ...
Testing Python code on embedded platforms involves ... However, be aware that high coverage doesn't guarantee bug-free code; it's a metric to guide testing efforts. Use code coverage tools ...
Testing functions isn't hard, but how do you test user input and output? In my last article, I started looking at "pytest", a framework for testing Python programs that's really changed the way I look ...
Google recently announced the open-sourcing of a new fuzzy testing engine for Python. The new fuzzer, Atheris, strives to find bugs in Python code and native extensions in Python 2.7 and Python 3.3+.
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 ...