exfile v0.3.6 Exfile.BackendTest View Source

Shared tests for your backends.

Usage:

defmodule MyBackendTest do
  use Exfile.BackendTest, {MyBackend, keyword list of options sent to backend}]
end

Link to this section Summary

Link to this section Functions

Link to this function upload_string(backend, string) View Source