Skip to content

Commit

Permalink
test names
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoMcCabe committed Nov 1, 2023
1 parent 84c3e36 commit 807b125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/test_code_vector_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def mock_load_documents_from_directory(self, directory_name):
"c++",
],
) # ToDo: add Swift, C and other languages
def test_load_and_retrieve_python(monkeypatch, language):
def test_load_and_retrieve(monkeypatch, language):
# arrange
monkeypatch.setattr(
CodeVectorRepository,
Expand Down Expand Up @@ -140,7 +140,7 @@ def test_load_and_retrieve_python(monkeypatch, language):
@pytest.mark.skip(
reason="this test makes queries to an LLM so requires an open ai api key"
)
def test_load_and_query(monkeypatch):
def test_load_and_query_python(monkeypatch):
# arrange
monkeypatch.setattr(
CodeVectorRepository,
Expand Down

0 comments on commit 807b125

Please sign in to comment.