smart_city_test

A library that contains test utilites used in the Smart City project


Keywords
elixir, testing-tools
License
Apache-2.0

Documentation

smart_city_test Hex.pm Version

SmartCityTest

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

Installation

def deps do
  [
    {:smart_city_test, "~> 3.0.0"}
  ]
end

License

SmartCity is released under the Apache 2.0 license - see the license at http://www.apache.org/licenses/LICENSE-2.0