argparse builder is one of my older projects I created in 2014 when I found out that Brython (browser python) exists. It is a simple graphical interface for quick creation of the argparse commandline switches for your scripts.
I created it, because I was constantly forgetting types of parameters for the argparse and what options there are.
I decided to write a series of user-interface (UI) tests for the GitLab website as an exercise to test out the pytest-selenium plugin. The plugin works as a pytest fixture. Instead of passing a web…
Pytest is test framework used to make simple, yet scalable test cases with ease. Let's learn how to Automate test process using Pytest and Selenium WebDriver.
I used unittest and selenium before, but heared that pytest is newer and the better approach. I'm in the beginning of building tests for HCL Connections and will check if pytest is really better or easier than unittest.
Introduction to configparser. Easy to use ini-file parser.
Get RSS Feeds with Python and work with the data. I use this to get links from Shaarli and convert them to Linkdump blogposts.