Skip to content

Commit a012524

Browse files
authored
Merge pull request #135 from APN-Pucky/main
Add use serial_test::serial to Readme.md example
2 parents f47e4f7 + 7012c64 commit a012524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
`serial_test` allows for the creation of serialised Rust tests using the `serial` attribute
1010
e.g.
1111
```rust
12+
use serial_test::serial;
13+
1214
#[test]
1315
#[serial]
1416
fn test_serial_one() {

0 commit comments

Comments
 (0)