-
Notifications
You must be signed in to change notification settings - Fork 52
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: la10736/rstest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: la10736/rstest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 14 files changed
- 3 contributors
Commits on Jan 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 154d0b0 - Browse repository at this point
Copy the full SHA 154d0b0View commit details
Commits on Jan 17, 2025
-
Append generated test macro so next test macros are aware of it
This way test macros following `#[rstest]` can decide whether or not to generate test macro to avoid duplicate test runs. It is an attempt to improve capabilities among test macros. Currently, following test from [googletest](https://github.com/google/googletest-rust/blob/21f2948684847922a416252b8118e3eada8e29d6/integration_tests/src/google_test_with_rstest.rs#L52-L57)(`main` branch at 2025-01-16) will run twice. ```rust #[rstest] #[case(1)] #[gtest] fn paramterised_test_should_work_with_rstest_first(#[case] value: u32) -> Result<()> { verify_that!(value, eq(value)) } ``` See: tokio-rs/tokio#6497, d-e-s-o/test-log#46, frondeus/test-case#143, kezhuw/stuck#53. Refs: rust-lang/rust#67839, rust-lang/rust#82419.
Configuration menu - View commit details
-
Copy full SHA for e0b735e - Browse repository at this point
Copy the full SHA e0b735eView commit details
Commits on Mar 2, 2025
-
feat: add
include_str
andinclude_bytes
file input behaviourAdds the ability to set the file input format using the `#[file_mode = "..."]` attribute. The attribute accepts `path`, `include_str`, and `include_bytes`. `path` is the default behaviour, `include_str` and `include_bytes` pass the file contents instead of the path of the file. Closes #295.
Configuration menu - View commit details
-
Copy full SHA for 8551eb8 - Browse repository at this point
Copy the full SHA 8551eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f570b06 - Browse repository at this point
Copy the full SHA f570b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1f228 - Browse repository at this point
Copy the full SHA eb1f228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d80cea - Browse repository at this point
Copy the full SHA 8d80ceaView commit details
There are no files selected for viewing