Commit graph

18 commits

Author SHA1 Message Date
github-actions[bot]
e192646827
chore: release v0.5.1 (#56)
* chore: release v0.5.1

* chore: update CHANGELOG

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
2025-11-04 17:31:13 +01:00
Víctor Martínez
ef4bdb28a9
fix: Regression in version 0.5.0 (#55)
An attempt to fix the issue defined in https://github.com/JasterV/test-context/issues/53 & some refactors
2025-11-04 17:27:53 +01:00
Vyacheslav
9227f3e693
Added the ability to work with rstest (#51)
* [FIX-CONFLICT-WITH-RSTEST-V2]: semi-stable version, fix test_context function, remove unnecessary field, remove wrapper function, add  ability to work with rstest and same

* [FIX-CONFLICT-WITH-RSTEST-V2]: stable version, fix bugs with AssertUnwindSafe in sync_wrapper_body, remove redundant code, fix two tests, add notes for this tests

* [FIX-CONFLICT-WITH-RSTEST-V2]: stable version, fix context name extraction function, fix readme, fix docs, increase version of crate

---------

Co-authored-by: Vyacheslav Volkov <v.volkov@st-falcon.ru>
2025-10-29 10:19:40 +01:00
Víctor Martínez
5c8a0a1d51
chore: upgrade to 0.4.0 (#46) 2025-01-27 13:51:33 +01:00
Víctor Martínez
7cab7279b4
chore: upgrade to 0.3.0 (#41) 2024-02-27 23:29:48 +01:00
Victor Martinez
be1f0e1dbd chore: upgrade to 0.2.0 version 2024-02-26 12:12:38 +01:00
Victor Martinez
2afbd36dae chore: update to 0.1.6 2024-02-26 10:13:00 +01:00
Victor Martinez
cb6ddf7356 chore: update patch version 2024-02-26 09:59:45 +01:00
Victor Martinez
58faeefa63 chore: update workspace properties 2024-02-26 00:27:59 +01:00
Victor Martinez
3539bcdd6d refactor: restructure the workspace members organization 2024-02-26 00:19:53 +01:00
Victor Martinez
352be5dc90 chore: update crate information 2024-02-25 23:43:19 +01:00
Victor Martinez
8a2f5895db chore: update to 2021 rust edition 2024-02-25 23:18:26 +01:00
Mark Hildreth
e77ed125dc Bumped to 0.1.4 2022-07-19 16:24:32 -04:00
Mark Hildreth
09808630f1 Bumped to v0.1.3 2021-02-27 17:08:32 -05:00
Mark Hildreth
429611eb0a Bumped to version v0.1.2 2021-02-07 00:13:22 -05:00
Mark Hildreth
be1e4a9178 Forced futures to be imported through test_context crate.
By exporting the futures crate through the test_context crate, the code
generated by the macro can rely on `test_context` to access the future
crate. Otherwise, the code generated which requires access to the
"future" crate would end up residing in the code of a user of the
library, giving them `use of undeclared crate or module "future"`
error messages unless they added future as a dependency.
2021-02-06 23:44:33 -05:00
Mark Hildreth
feef82bae7 Bumped to version v0.1.1 2021-01-17 22:23:03 -05:00
Mark Hildreth
daf14d6449 Initial version 2021-01-17 21:23:34 -05:00