Sat 03 October 2020
This is the third part of a series of small articles detailing some of the
functionality of the pytest testing
framework that I find most essential. The series assumes you know how to run
tests with pytest
already.
In this third part, we'll take a super quick look at the …
Read more...
Sat 03 October 2020
This is the second part of a series of small articles detailing some of the
functionality of the pytest testing
framework that I find most essential. The series assumes you know how to run
tests with pytest
already.
In this second part, we'll take a look at the -k
and …
Read more...
Tue 29 September 2020
After five long years of studies (seven if you include the two years of
materials science), I've finally graduated with an MSc in Computer Science and
Engineering from KTH Royal Institute of Technology. I'm still awaiting my
degree certificates, but the thesis is
published and I don't
have to do …
Read more...
Sun 02 August 2020
On any Linux distribution, there's a file located at /etc/passwd
. This file
contains information about users that exist on the system, including their
username, user id, group id and more. In this short article, I'll outline the
structure of the /etc/passwd
file, and also illuminate why it doesn't …
Read more...
Fri 31 July 2020
This is the first part of a series of small articles detailing some of the
functionality of the pytest testing
framework that I find most essential. The series assumes you know how to run
tests with pytest
already.
In this first part, we'll take a look at the -v
and …
Read more...