Ruff: File test/test_init.py is part of an implicit namespace package. Add an __init__.py. #60

Closed
Jmaa wants to merge 2 commits from jmaa/issue-49-ruff-file-testtestinitpy-is-part-of-an-implicit-namespace-package-add-an-initpy into main
2 changed files with 2 additions and 3 deletions

View File

@ -137,9 +137,7 @@ def create_aider_command(issue: str) -> list[str]:
'aider',
'--chat-language',
'english',
'--cache-prompts'
'--no-stream'
'--model',
'--cache-prompts--no-stream--model',
MODEL,
'--test-cmd',
AIDER_TEST,

1
test/__init__.py Normal file
View File

@ -0,0 +1 @@
# This file makes the test directory a proper package instead of an implicit namespace package