Ruff: File test/test_init.py
is part of an implicit namespace package. Add an __init__.py
.
#60
|
@ -137,9 +137,7 @@ def create_aider_command(issue: str) -> list[str]:
|
||||||
'aider',
|
'aider',
|
||||||
'--chat-language',
|
'--chat-language',
|
||||||
'english',
|
'english',
|
||||||
'--cache-prompts'
|
'--cache-prompts--no-stream--model',
|
||||||
'--no-stream'
|
|
||||||
'--model',
|
|
||||||
MODEL,
|
MODEL,
|
||||||
'--test-cmd',
|
'--test-cmd',
|
||||||
AIDER_TEST,
|
AIDER_TEST,
|
||||||
|
|
1
test/__init__.py
Normal file
1
test/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# This file makes the test directory a proper package instead of an implicit namespace package
|
Loading…
Reference in New Issue
Block a user