Skip to content

Commit f967ad8

Browse files
committed
refactor file structure
1 parent 9f5aa66 commit f967ad8

File tree

7 files changed

+3
-21
lines changed

7 files changed

+3
-21
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: Run tests
4444
run: |
45-
pytest *.py
45+
pytest src/*.py

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ venv/
44
stats/
55
.vscode
66
sync.sh
7+
src/question.txt

output.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

question.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

format.py renamed to src/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ def read_and_format(input_file, output_file):
6161
output_obj.write(output)
6262

6363

64-
read_and_format("question.txt", "daily.py")
64+
read_and_format("src/question.txt", "src/daily.py")

0 commit comments

Comments
 (0)