Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Integration Testing packages

Showing projects tagged as Testing and Integration 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.
  • Probe

    2.0 2.0 Go
    Simplified End-to-End Testing Using YAML and JQ.
  • 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.