diff --git a/collection/games/fixtures/test.yaml b/collection/games/fixtures/test.yaml new file mode 100644 index 0000000..104a813 --- /dev/null +++ b/collection/games/fixtures/test.yaml @@ -0,0 +1,28 @@ +- model: games.game + pk: 1 + fields: {name: Crash bandicoot 3, note: null, playing: false, unplayed: false, wish: false, + collection: 8, status: unfinished} +- model: games.game + pk: 2 + fields: {name: Crash Bandicoot 2, note: null, playing: false, unplayed: false, wish: false, + collection: 8, status: excluded} +- model: games.game + pk: 3 + fields: {name: 'The Legend of Zelda: Breath of the Wild', note: null, playing: true, + unplayed: false, wish: false, collection: 4, status: unfinished} +- model: games.game + pk: 4 + fields: {name: Gravity Rush - Remasterised, note: null, playing: true, unplayed: false, + wish: false, collection: 10, status: unfinished} +- model: games.game + pk: 5 + fields: {name: Deponia, note: null, playing: false, unplayed: true, wish: false, + collection: 10, status: excluded} +- model: games.game + pk: 6 + fields: {name: Les chevaliers de Baphomet 5, note: "Tous les troph\xE9s obtenus", + playing: false, unplayed: false, wish: false, collection: 10, status: completed} +- model: games.game + pk: 7 + fields: {name: Sherlock Holmes, note: null, playing: false, unplayed: false, wish: true, + collection: 10, status: unfinished}