by Tomasz Kluczkowski | Jan 1, 2018 | Coding Journey
Unit Testing and Test Driven Development with Pytest Coding Examples – Incoming Queries The time has come to put all what we said into practice. Let’s build and test a simple class – a beer Fridge. We all use them at home and we all have an idea more...
by Tomasz Kluczkowski | Nov 16, 2017 | Coding Journey
Unit Testing and Test Driven Development with Pytest Avoiding Redundancy and Dependency in Testing Before we begin diving deeper into the matters please make sure you have familiarised yourself with the first article in “Unit Testing the Universe” series...
by Tomasz Kluczkowski | Nov 2, 2017 | Coding Journey
Unit Testing and Test Driven Development with Pytest Introduction to Unit Testing In this series of articles we are going to tackle the dreaded subject of unit testing in an approachable way. We will build a small piece of functioning code, explain what should be and...
by Tomasz Kluczkowski | Oct 2, 2017 | Coding Journey
A Few Pointers on How to Get by in Pycharm Ide In this post you should learn some absolute basics of PyCharm to allow you to start developing code without any issues using it. Once PyCharm has loaded it will give you a choice to make a new project. Select that. You...
by Tomasz Kluczkowski | Oct 2, 2017 | Coding Journey
Lets Prepare Your Computer for Some Coding Downloading Python 3 Let’s start from installing Python 3 on your operating system – you can download it here. I recommend Python 3 as this is what is currently being developed all the time and version 2.7...
Recent Comments