fakedb VS tparse

Compare fakedb vs tparse and see what are their differences.

fakedb

fakedb registers a fake database driver named test for... testing. (by stephenafamo)

tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly. (by mfridman)
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
fakedb tparse
1 2
6 863
- -
0.0 6.4
over 1 year ago 13 days ago
Go Go
MIT License MIT License
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.

fakedb

Posts with mentions or reviews of fakedb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-05.

tparse

Posts with mentions or reviews of tparse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • My last weeks GitHub contributions
    8 projects | dev.to | 27 Apr 2024
    Many code reviews Upgrade code to respect new conventions. #111 ccoVeille posted on Apr 13, 2024 go.mod refers to 1.17, so we can use os.ReadFile and os.WriteFile instead of ioutil.ReadFile and ioutil.WriteFile that are now deprecated. We should use errors.As since go 1.13 otherwise any wrapped errors won't be caught. View on GitHub Use JSONL format for New Line Delimited JSON #112 ccoVeille posted on Apr 13, 2024 https://en.wikipedia.org/wiki/JSON_streaming View on GitHub receiver cleanup #522 ccoVeille posted on Apr 05, 2024 Refactor to use consistent parserState receiver Clean unused receivers View on GitHub Fix test helpers #523 ccoVeille posted on Apr 05, 2024 Test helpers should use t.Helper() This way if an error occurs it would be reported outside the helper View on GitHub
  • Go wishlist (2022) by brandur.org
    2 projects | /r/golang | 13 Aug 2022
    > Formatted output Can be a library. See: https://github.com/mfridman/tparse for example.

What are some alternatives?

When comparing fakedb and tparse you can also consider the following projects:

faker - Go (Golang) Fake Data Generator for Struct. [Notes]This repository is archived, moved to the new repository https://github.com/go-faker/faker

go-cmdtest - This package simplifies testing of command-line interfaces.

scan - Scan provides the ability to to scan sql rows directly to any defined structure.

ooze - 🧬 Go Mutation Testing

faker - Go (Golang) Fake Data Generator for Struct, previously https://github.com/bxcodec/faker

graphql-test-tool - GraphQL Test Tool for running tests cases against a GraphQL server

hoverfly - Lightweight service virtualization/ API simulation / API mocking tool for developers and testers

test - A modern generic testing assertions library for Go

go-smtp-mock - SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.

attest - Type-safe assertion helpers for Go

gotests - Automatically generate Go test boilerplate from your source code.

testcase - testcase is an opinionated testing framework to support test driven design.