subx VS subtest

Compare subx vs subtest and see what are their differences.

subx

An experimental test library written with the go generics experiment. (by smyrman)

subtest

A utility for generating runnable sub-tests in Go (by clarify)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
subx subtest
1 1
6 6
- -
0.0 0.0
over 2 years ago about 1 year ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

subx

Posts with mentions or reviews of subx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-25.
  • Go generics beyond the playground
    6 projects | dev.to | 25 Mar 2021
    In this article, I will go through how I re-wrote a test matching library from scratch with generics as part of the tool-box. My hope is that this will inspire you to do your own experiments with Go generics beyond the playground and write something potentially useful. Only then, can we truly see if generics itself, is going to be useful in Go. If you want, you could use the library in this article for testing your experiments; or you can extend the library and do a pull request.

subtest

Posts with mentions or reviews of subtest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-25.
  • Go generics beyond the playground
    6 projects | dev.to | 25 Mar 2021
    Starting out with Go generics, in order to do something useful, we need a problem to solve. The problem I have picked for this article is one that I have tried to solve before when designing the test matcher/assertion library that we use to test the Clarify back-end at Searis. But first, you probably have a question: with all the great test matcher libraries we have in Go, why on earth would we want to write a new one? To answer that, it's worth having a closer look at at one of the existing matcher libraries. Does it solve it's mission in a useful way, and with the best possible package design?

What are some alternatives?

When comparing subx and subtest you can also consider the following projects:

Testify - A toolkit with common assertions and mocks that plays nicely with the standard library

gomega - Ginkgo's Preferred Matcher Library

learn-go-with-tests - Learn Go with test-driven development

expect - A simple assertion library that you probably shouldn't use.