This commit is contained in:
Adrian Malacoda 2017-12-03 23:12:24 -06:00
parent 5f04c6538f
commit 469ae79066
2 changed files with 13296 additions and 2 deletions

View File

@ -118,8 +118,11 @@ pub enum Error {
#[cfg(test)]
mod tests {
use serde_json;
use *;
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
fn deserialize_is_funny() {
let list: CardList = serde_json::from_str(include_str!("../test_data/is_funny.json")).unwrap();
}
}

13291
test_data/is_funny.json Normal file

File diff suppressed because it is too large Load Diff