Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyielia committed Jun 24, 2024
1 parent 4166930 commit 14ab558
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies = [
"toml",
"nbformat>=4.2.0",
"pyhamcrest",
"jupyter"
"jupyter",
"langchain_community"
]

[envs.default.env-vars]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pandas as pd
import pytest
from langchain.llms.fake import FakeListLLM
from langchain_community.llms.fake import FakeListLLM
from vizro_ai.components import GetChartSelection


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from langchain.llms.fake import FakeListLLM
from langchain_community.llms.fake import FakeListLLM
from vizro_ai.components import GetDebugger


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from langchain.llms.fake import FakeListLLM
from langchain_community.llms.fake import FakeListLLM
from vizro_ai.components import GetCustomChart


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pandas as pd
import pytest
from langchain.llms.fake import FakeListLLM
from langchain_community.llms.fake import FakeListLLM
from vizro_ai.components import GetDataFrameCraft


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from langchain.llms.fake import FakeListLLM
from langchain_community.llms.fake import FakeListLLM
from vizro_ai.components import GetCodeExplanation


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from langchain.llms.fake import FakeListLLM
from langchain_community.llms.fake import FakeListLLM
from vizro_ai.components import GetVisualCode


Expand Down

0 comments on commit 14ab558

Please sign in to comment.