Python Program Collection
My collection of programming things I see on internet. Mostly python. - l0k3ndr/programming-notes... (more…)
Read more »
Parameterisation is a technique which makes testing simpler, more concise andmore effective. It does this by separating test logic from test data. Let’sconsi… Read more