Merge pull request #640 from codeflash-ai/optimize-unit-test-discovery
optimize discover unit tests goto
This commit is contained in:
commit
bf3ca71545
1 changed files with 1 additions and 3 deletions
|
|
@ -315,9 +315,7 @@ def process_test_files(
|
|||
scope_parameters = test_functions_list[index].parameters
|
||||
test_type = test_functions_list[index].test_type
|
||||
try:
|
||||
definition = script.goto(
|
||||
line=name.line,
|
||||
column=name.column,
|
||||
definition = name.goto(
|
||||
follow_imports=True,
|
||||
follow_builtin_imports=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue