Files
fil/e2e/elixir/test/batch_test.exs
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

90 lines
2.4 KiB
Elixir
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: batch
defmodule E2e.BatchTest do
use ExUnit.Case, async: false
describe "batch_bytes_invalid_mime" do
@tag :skip
test "batch_bytes_invalid_mime" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_extract_bytes_happy" do
@tag :skip
test "batch_extract_bytes_happy" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_extract_bytes_mixed_format" do
@tag :skip
test "batch_extract_bytes_mixed_format" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_extract_bytes_sync_empty_list" do
@tag :skip
test "batch_extract_bytes_sync_empty_list" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_extract_bytes_sync_invalid_mime" do
@tag :skip
test "batch_extract_bytes_sync_invalid_mime" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_file_async_basic" do
@tag :skip
test "batch_file_async_basic" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_file_async_not_found" do
@tag :skip
test "batch_file_async_not_found" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_file_not_found" do
@tag :skip
test "batch_file_not_found" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_file_partial" do
@tag :skip
test "batch_file_partial" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
describe "batch_file_sync_basic" do
@tag :skip
test "batch_file_sync_basic" do
# batch functions excluded from Elixir binding: unsafe NIF tuple marshalling
:ok
end
end
end