Added tests (#12)
All checks were successful
Release Tagging / release (push) Successful in 28s
Rust Build / Check (push) Successful in 27s
Rust Build / Test Suite (push) Successful in 33s
Rust Build / Rustfmt (push) Successful in 25s
Rust Build / Clippy (push) Successful in 28s
Rust Build / build (push) Successful in 25s
Rust Build / Check (pull_request) Successful in 26s
Rust Build / Test Suite (pull_request) Successful in 26s
Rust Build / Rustfmt (pull_request) Successful in 25s
Rust Build / Clippy (pull_request) Successful in 26s
Rust Build / build (pull_request) Successful in 25s
All checks were successful
Release Tagging / release (push) Successful in 28s
Rust Build / Check (push) Successful in 27s
Rust Build / Test Suite (push) Successful in 33s
Rust Build / Rustfmt (push) Successful in 25s
Rust Build / Clippy (push) Successful in 28s
Rust Build / build (push) Successful in 25s
Rust Build / Check (pull_request) Successful in 26s
Rust Build / Test Suite (pull_request) Successful in 26s
Rust Build / Rustfmt (pull_request) Successful in 25s
Rust Build / Clippy (pull_request) Successful in 26s
Rust Build / build (pull_request) Successful in 25s
Reviewed-on: phoenix/icarus-models#12 Co-authored-by: phoenix <kundeng94@gmail.com> Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
31
tests/album.json
Normal file
31
tests/album.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"album": "Sample Tracks! Yes",
|
||||
"album_artist": "KD",
|
||||
"genre": "Country",
|
||||
"year": 2025,
|
||||
"track_count": 3,
|
||||
"disc_count": 1,
|
||||
"tracks": [
|
||||
{
|
||||
"title": "E less",
|
||||
"artist": "KD",
|
||||
"disc": 1,
|
||||
"track": 1,
|
||||
"duration": 31
|
||||
},
|
||||
{
|
||||
"title": "Aaaaaye",
|
||||
"artist": "KD",
|
||||
"disc": 1,
|
||||
"track": 2,
|
||||
"duration": 33
|
||||
},
|
||||
{
|
||||
"title": "Check D out",
|
||||
"artist": "KD",
|
||||
"disc": 1,
|
||||
"track": 3,
|
||||
"duration": 22
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user