Exceptions

exception sparkly.exceptions.FixtureError[source]

Happen when testing data setup or teardown fails.

exception sparkly.exceptions.InvalidArgumentError[source]

Happen when invalid parameters are passed to a function.

exception sparkly.exceptions.SparklyException[source]

Base exception of sparkly lib.

exception sparkly.exceptions.UnsupportedDataType[source]

Happen when schema defines unsupported data type.