This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
advent-of-code-2021
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
Correcting template
pull/5/head
Ryan Reed
3 years ago
parent
c3dd5676b7
commit
567b18f3a7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
puzzles/TEMPLATE_test_dayXX.py
+ 1
- 1
puzzles/TEMPLATE_test_dayXX.py
View File
@ -10,7 +10,7 @@ import dayXX as aoc
INPUTS_DIR
=
f
"
{pathlib.Path(__file__).parent.parent}/inputs
"
@pytest.fixture
def
example_data
1
(
)
:
def
example_data
(
)
:
input_path
=
f
"
{INPUTS_DIR}/dayXX-example.txt
"
return
aoc
.
parse
(
pathlib
.
Path
(
input_path
)
.
read_text
(
)
.
strip
(
)
)
Write
Preview
Loading…
Cancel
Save