Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 4 Go test-driven-development Projects
-
Project mention: Please share programming/CS books and articles that use Go as examples(but not strictly about Go) | reddit.com/r/golang | 2022-10-23
I really like Learn Go with tests. Not only is it a neat resource for learning Go, but it's great for getting a feeling for TDD.
-
Project mention: ginkgo integration with jira/elasticsearch/webex/slack | reddit.com/r/golang | 2023-01-17
If you are using Ginkgo for your e2e, this library might of help.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
I believe vscode does it using gotests (https://github.com/cweill/gotests), so people can probably use it outside of vscode too.
-
keploy
Testing for Developers. Toolkit that creates test-cases and data mocks from API calls, DB queries, etc.
Project mention: Test generating tools - future of test automation? | reddit.com/r/webdev | 2022-12-21I recently discovered Keploy (https://github.com/keploy/keploy) and was really impressed by its promise that it can generate API tests with code coverage by itself just by recording API calls and mocking everything that goes outside of the application - including calls to external API endpoints and the database. It seems like a super useful tool and potentially a game changer, especially now that GPT is starting another wave of automation.
Go test-driven-development related posts
- ginkgo integration with jira/elasticsearch/webex/slack
- Please share programming/CS books and articles that use Go as examples(but not strictly about Go)
- Learn Go with Tests: Scaling acceptance tests (with a light intro to gRPC)
- Consiglio letture e/o corsi sul TDD
- I’ve studied golang by solving algorithms, what do I have to learn next to land a job?
- What's the Golang structured course for backend.
- Learning go
-
A note from our sponsor - SonarLint
www.sonarlint.org | 4 Feb 2023
Index
What are some of the best open-source test-driven-development projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | learn-go-with-tests | 19,133 |
2 | ginkgo | 6,817 |
3 | gotests | 4,425 |
4 | keploy | 1,512 |