Skip to content

Commit

Permalink
Merge pull request #76 from vil02/12_add_tests
Browse files Browse the repository at this point in the history
test: add test case for `adv_2024_12.solve_b`
  • Loading branch information
vil02 authored Dec 14, 2024
2 parents 94e2fb3 + fe680e4 commit 52641d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_adv_2024_12.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"r_small",
"r2_small",
"r3_small",
"r4_small",
},
)

Expand All @@ -33,5 +34,6 @@
"r_small": 300,
"r2_small": 946,
"r3_small": 307122,
"r4_small": 664,
},
)
10 changes: 10 additions & 0 deletions tests/test_input_data/data_adv_2024_12_r4_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
AAAAAAAAAA
ABBBBBBBBA
ABAAAAAAAA
ABABBBBBBB
ABABBBBBBB
ABABBBBBBB
AAABBBBBBB
CCCCCCCCCC
CCCCCCCCCC
CCCCCCCCCC

0 comments on commit 52641d2

Please sign in to comment.