Unit-tests

Unit-tests
03
May 2022
May 03, 2022

Hand-written text recognition

Hand-written text recognition
06
Apr 2020
Apr 06, 2020

How You Can Make It Easy To Write Unit-Tests In Golang

When I started to write unit-tests in golang at first it wasn't easy and it was taking much time. I didn't know specific tools, technique and libraries to make easy writing of tests.

How You Can Make It Easy To Write Unit-Tests In Golang
13
Feb 2018
Feb 13, 2018

Unit Tests in Golang Way

I’ve been working more than 7 years with Python. The way I tested applications with Python was really different from Golang. At first, Golang might shock you, but you just need to understand the ideas behind “Go”.

Unit Tests in Golang Way