This module defines test utilities for SmartCity libraries. These utilities take the form of a fake data generator to simulate real data messages of different schemas that may be passed between microservices.
For more information about the SmartCity.TestDataGenerator
, please see https://hexdocs.pm/smart_city_test/api-reference.html
def deps do
[
{:smart_city_test, "~> 3.0.0"}
]
end
SmartCity is released under the Apache 2.0 license - see the license at http://www.apache.org/licenses/LICENSE-2.0