Articles tagged with #testing

Introduction to testing with Python

#python #testing #beginners

Checking that your program works is essential, in this post I'll show you how you can make sure that your app behaves as expected writing tests that will run in a blink instead of having to manually test the app trying every use case.

Redux and single purpose functions

#javascript #redux #webdev #testing

In this post I'll share a couple of lessons learned while working on SpiderOak Semaphor, where we use: Javascript and React to build our UI components, Jest to write our tests. and Redux to serve as single source of truth for our data.

See all tags

See all the articles