Skip to content

Commit

Permalink
added the blessed output
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 6, 2025
1 parent 1274bda commit 3f9120a
Show file tree
Hide file tree
Showing 37 changed files with 121 additions and 1 deletion.
2 changes: 1 addition & 1 deletion martin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cargo-husky.workspace = true
criterion.workspace = true
ctor.workspace = true
indoc.workspace = true
insta = { workspace = true, features = ["json","yaml"] }
insta = { workspace = true, features = ["json", "yaml"] }
pprof.workspace = true
rstest.workspace = true
testcontainers-modules.workspace = true
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 15,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 21,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 30,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 36,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 15,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 21,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 30,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"another_bicycle": {
"height": 36,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"bicycle": {
"height": 15,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"bicycle": {
"height": 21,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"bicycle": {
"height": 30,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
source: martin/src/sprites/mod.rs
expression: sprites.get_index()
---
{
"bicycle": {
"height": 36,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
source: martin/src/sprites/mod.rs
expression: png
extension: png
snapshot_kind: binary
---

0 comments on commit 3f9120a

Please sign in to comment.