Skip to content

Commit 458ab93

Browse files
committed
fraction manual tests
1 parent ee86d38 commit 458ab93

File tree

4 files changed

+409
-326
lines changed

4 files changed

+409
-326
lines changed

pyth-sdk/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ thiserror = "1.0.24"
2323

2424
[dev-dependencies]
2525
serde_json = "1.0.79"
26+
quickcheck = "1"
27+
quickcheck_macros = "1"

pyth-sdk/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#[cfg(test)]
2+
extern crate quickcheck;
3+
#[cfg(test)]
4+
#[macro_use(quickcheck)]
5+
extern crate quickcheck_macros;
6+
17
use borsh::{
28
BorshDeserialize,
39
BorshSerialize,

0 commit comments

Comments
 (0)