Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GitAI
Title: Extracts Knowledge From Git Repositories
Version: 0.0.0.9018
Version: 0.0.0.9019
Authors@R: c(
person("Kamil", "Wais", , "kamil.wais@gmail.com", role = c("aut", "cre")),
person("Krystian", "Igras", , "krystian8207@gmail.com", role = "aut"),
Expand Down
11 changes: 0 additions & 11 deletions tests/testthat/test-set_llm.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ test_that("setting LLM with default provider ", {
)
})

test_that("setting LLM with non-default provider ", {

my_project <- initialize_project("gitai_test_project")

testthat::local_mocked_bindings(
chat_bedrock = chat_bedrock_mocked,
.package = "ellmer"
)

})

test_that("setting LLM with non-existing provider ", {
my_project <- initialize_project("gitai_test_project")
expect_error(
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-set_repos.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("set_*_repos creates GitStats object inside GitAI with repos set", {
testthat::skip_on_cran()
withr::local_envvar(GITAI_VERBOSE = FALSE)
my_project <- initialize_project("gitai_test_project")

Expand Down
Loading