Geolix Test Data

Additional files used by tests of the main library and/or adapters.

Setup

Add the library as a dependency to your mix.exs file:

defp deps do
[
# ...
{:geolix_testdata, "~> 0.3.0"},
# ...
]
end

Usage

Please look at the Geolix.TestData inline documentation for more details:

iex> Geolix.TestData.dir()
"/path/to/geolix/testdata/priv"
iex> Geolix.TestData.files(:mmdb2)
["/path/to/geolix/testdata/priv/mmdb2/Geolix.mmdb", ...]

License

Apache License, Version 2.0