Files
fil/e2e/r/tests/test_registry.R
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

37 lines
981 B
R
Generated

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:4e15143f4af1ae8bafbdb1506ef057da924484c66a19483966333558ad437e75
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
# E2e tests for category: registry
test_that("list_document_extractors: List document extractors", {
result <- list_document_extractors()
expect_true(TRUE)
})
test_that("list_embedding_backends: List embedding backends", {
result <- list_embedding_backends()
expect_true(TRUE)
})
test_that("list_ocr_backends: List OCR backends", {
result <- list_ocr_backends()
expect_true(TRUE)
})
test_that("list_post_processors: List post-processors", {
result <- list_post_processors()
expect_true(TRUE)
})
test_that("list_renderers: List renderers", {
result <- list_renderers()
expect_true(TRUE)
})
test_that("list_validators: List validators", {
result <- list_validators()
expect_true(TRUE)
})