[badges.travis-ci]
repository = "mindsbackyard/galvanic-test"
[dependencies.galvanic-mock]
optional = true
version = "0.1"
[features]
galvanic_mock_integration = ["galvanic-mock"]
[package]
authors = ["Christopher Bacher <mindsbackyard@gmail.com>"]
categories = ["development-tools::testing"]
description = "A testing framework for setting up and tearing up test fixtures/environments with support for parameterised test cases.\n\nThis crate is part of galvanic---a complete test framework for Rust."
documentation = "https://github.com/mindsbackyard/galvanic-test"
edition = "2018"
homepage = "https://github.com/mindsbackyard/galvanic-test"
keywords = ["test", "unit-tests", "fixtures", "parameterisation"]
license = "Apache-2.0"
name = "galvanic-test"
readme = "Readme.md"
repository = "https://github.com/mindsbackyard/galvanic-test"
version = "0.2.0"