tui-widgets
tui-widgets copied to clipboard
build(deps): bump rstest from 0.25.0 to 0.26.1
Bumps rstest from 0.25.0 to 0.26.1.
Release notes
Sourced from rstest's releases.
0.26.1
Fix Docs
Full Changelog: https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1
0.26.0
What's Changed
- docs: fix filemode examples by
@lucascool12in la10736/rstest#301- Issue #306. Ignore folders by
@Obito-gitin la10736/rstest#307- Hide generated items in documentation by
@wiktor-kin la10736/rstest#309- 313_fix by
@la10736in la10736/rstest#314- fix: do not depend by default on
async-stdby@coriolinusin la10736/rstest#311- Add permission for empty_structs_with_brackets in fixture by
@bugRangerin la10736/rstest#317- Touch up indentation used for examples in the README by
@fgimianin la10736/rstest#318- Make #[files(...)] work on Windows by
@twz123in la10736/rstest#322- Finalize #311 by
@la10736in la10736/rstest#323- Make clippy happy by
@la10736in la10736/rstest#324New Contributors
@Obito-gitmade their first contribution in la10736/rstest#307@wiktor-kmade their first contribution in la10736/rstest#309@coriolinusmade their first contribution in la10736/rstest#311@bugRangermade their first contribution in la10736/rstest#317@fgimianmade their first contribution in la10736/rstest#318@twz123made their first contribution in la10736/rstest#322Full Changelog: https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0
Changelog
Sourced from rstest's changelog.
[0.26.1] 2025/7/27
Fixed
- Docs
[0.26.0] 2025/7/26
Changed
- The
#[files(...)]attribute now ignores matched directory paths by default. See #306 thanks to@Obito-git.Add
- Introduced the
#[dirs]attribute, which can be used with#[files(...)]to explicitly include directory paths. See #306 thanks to@Obito-git.- The CI now runs builds and tests on Windows, as well.
#[test_attr]to define test attribute explicit and also enable the use of#[macro_rules_attribute::apply(<macro>)]: naw alsosmolworks. See #303 #311 #315 thanks to@coriolinus.Fixed
- Removed unsued trait and impl spotted out on
1.89.0-nightly- Add missed tests about ignore attribute's args in
rstestexpansion. See #313- The
#[files(...)]attribute now works reliably on Windows.- Now global attributes can go everywhere in the list also where case is used
Commits
7a326c8Should rollback version used to testa16a802Should rollback version used to test98e8867Merge remote-tracking branch 'origin/master'f444788Bump version 0.26.15eab9acBump version 0.26.1971f6adBump version 0.26.1edfdd89Fixed docs and readmeab24b5bBump version 0.26.0-deve18375bBump Version 0.26.0dcea54fMake clippy happy- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 80.42%. Comparing base (4ea5f1c) to head (544bad6).
Additional details and impacted files
@@ Coverage Diff @@
## main #114 +/- ##
=======================================
Coverage 80.42% 80.42%
=======================================
Files 16 16
Lines 2335 2335
=======================================
Hits 1878 1878
Misses 457 457
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.