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 Golang and Testing

  • 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.
  • smtpmock

    4.4 6.7 Go
    SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.
  • Example of testing Go code with Postgres

    1.5 7.8 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