This commit is contained in:
16
e2e/r/tests/test_validator_management.R
generated
Normal file
16
e2e/r/tests/test_validator_management.R
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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: validator_management
|
||||
|
||||
test_that("validators_clear: Clear all validators and verify list is empty", {
|
||||
invisible(clear_validators())
|
||||
expect_true(TRUE)
|
||||
})
|
||||
|
||||
test_that("validators_list: List all registered validators", {
|
||||
result <- list_validators()
|
||||
expect_true(TRUE)
|
||||
})
|
||||
Reference in New Issue
Block a user