Python data-driven testing, ddt and @unpack
Several eons ago, I wrote a blog post about using the python ddt package. My only criticism was that you had to manually pack/unpack the test case arguments.
Several eons ago, I wrote a blog post about using the python ddt package. My only criticism was that you had to manually pack/unpack the test case arguments.
I always liked the phrase, “if you’re incapable of empathy, then you shouldn’t be designing APIs”.
Before I review the Benq, it’s worth giving a bit of background about the monitors I’ve owned up till now.
PyCharm is a lovely little IDE for Python by the splendid JetBrains, but the built-in Visual Studio keymap is not much like the default VS/R# settings I’m ac...
This post is part of a series on unit testing.