-
If you come across a flaky test or broken build (GitHub issue) please open an issue for it and link it here.
-
Hello,
I am relatively new to Rust and also testcontainers, so I am experimenting with testcontainers at the moment.
As a first step, I want to get the [example from the Quickstart](https://rust.tes…
ghost updated
1 month ago
-
Wikipedia references:
* https://en.wikipedia.org/wiki/Software_testing
* https://en.wikipedia.org/wiki/Unit_testing
* https://en.wikipedia.org/wiki/Regression_testing
* https://en.wikipedia.org/…
-
Currently, nextest runs every test in its own process. Should running tests within the same process be supported?
* [ ] How should test binaries be marked this way? `package.metadata` is one soluti…
-
https://www.sea-ql.org/SeaORM/docs/write-test/mock/
How to allow setting this up for the db connection in the AppContext?
-
For issues and pull requests that are opened by non-core non-collab folk, we can look in their [personal activity feeds](https://developer.github.com/v3/activity/events/#list-public-events-for-a-user)…
-
### Problem
https://doc.rust-lang.org/cargo/reference/cargo-targets.html#integration-tests
> Binary targets are automatically built if there is an integration test. This allows an integration test…
-
Kind of related to my previous issue here https://github.com/testcontainers/testcontainers-rs/issues/727#issuecomment-2334720253
When I use `testcontainers` and create a new container for **every**…
-
**What would you like Renovate to be able to do?**
Today, `branchTopic` is defined as so:
https://github.com/renovatebot/renovate/blob/ad50398fb3981a7c5d04b96bddce3dbad45a7d21/lib/config/definit…
-
- Add support for testing (without needing to run the server?)
- Add support for E2E testing support (e.g. [Bruno](https://www.usebruno.com/), [Hurl](https://hurl.dev/), etc)