Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Testing packages

Showing projects tagged as Go and Testing

  • dockertest

    8.7 3.0 Go
    Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
  • Testcontainers-go

    8.6 9.7 Go
    Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
  • Keploy - An Open-source AI enabled E2E Test Generation Platform

    8.6 9.6 Go
    Test generation for Developers. Generate tests and stubs for your application that actually work!
  • xgo

    4.3 9.5 Go
    An extension to go. Advanced debugging, tracing and mocking functionalities out of box.
  • Example of testing Go code with Postgres

    1.6 7.6 Go
    The example suggests a solution to the problem of cleaning the database after running tests and the problem of running tests in parallel. It also shows how to organize integration testing of Go code with Postgres.
  • okapi 🦒

    1.0 7.7 Go
    API tests made as easy as table driven tests