skroutz / mistry

General-purpose build server
https://engineering.skroutz.gr/blog/speeding-up-build-pipelines-with-mistry/
GNU General Public License v3.0
105 stars 8 forks source link

Standardize the test helpers #74

Open apostergiou opened 6 years ago

apostergiou commented 6 years ago

There are already some test helpers like assertEq, assert, failIfError, assertNotEq.

This issue is about standardizing their usage such as removing duplicate behavior or extracting them to a proper package.

agis commented 5 years ago

We could get rid of our own and use https://github.com/stretchr/testify.