Learn how to count the number of commits or number of lines a contributor has added to a git repository.
Category: Software
Pytest Test Parametrization
Learn how to avoid repetition and write simpler and easy to read tests using the pytest parametrization feature.
Testing Python Code Using Pytest
Learn how to install pytest and use it to discover, run, and skip test functions.
Remote development using PyCharm
PyCharm supports remote development. Learn how to set it up in this article.
Open Source licenses explained
A software license grants specific permissions for others to use your work.…
This week in Firefox: Testing Graphics
On Friday February 17 2017, the Firefox Beta community tested Firefox 52…
These weeks in Firefox: Testing WebRTC and Responsive Design Mode
On Friday 3 February Mozilla held a test day for Firefox 52…
IRC Cloud: I love this client
For those of you who don’t already know, I am not a…
The new Unit Conversion App
A few weeks ago I blogged about a unit conversion app that…
DOCTEST : An easy testing tool
According to author Daniel Arbuckle, Doctest is the easiest and fastest way…