You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -371,13 +371,20 @@ A test should be marked `#[ignore]` if:
371
371
2. Or, it runs for over a minute via a normal `cargo test` execution
372
372
(the `cargo test` command will warn if this is not the case).
373
373
374
-
- Integration tests need to be properly tagged using [pinny-rs](https://github.com/BitcoinL2-Labs/pinny-rs/) crate. Tagging requires two fundamental steps:
374
+
-**Integration tests need to be properly tagged** using [pinny-rs](https://github.com/BitcoinL2-Labs/pinny-rs/) crate. Tagging requires two fundamental steps:
375
375
1. Define allowed tags in the package `Cargo.toml` file (if needed).
376
376
2. Apply relevant tags to the tests, picking from the allowed set.
377
377
378
378
Then it will be possible to run tests with filtering based on the tags using `cargo test` and `cargo nextest` runner.
379
+
> For more information and examples on how tagging works, refer to the [pinny-rs](https://github.com/BitcoinL2-Labs/pinny-rs/) readme.
379
380
380
-
For more information and examples on how tagging works, refer to the [pinny-rs](https://github.com/BitcoinL2-Labs/pinny-rs/) readme.
381
+
Below the tag set currently defined with related purpose:
0 commit comments