galvanic-test 0.1.5

A testing framework for setting up and tearing up test fixtures/environments with support for parameterised test cases. This crate is part of galvanic---a complete test framework for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "galvanic-test"
version = "0.1.5"
authors = ["Christopher Bacher <mindsbackyard@gmail.com>"]
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."
homepage = "https://github.com/mindsbackyard/galvanic-test"
documentation = "https://github.com/mindsbackyard/galvanic-test"
readme = "Readme.md"
keywords = ["test", "unit-tests", "fixtures", "parameterisation"]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/mindsbackyard/galvanic-test"
[dependencies.galvanic-mock]
version = "0.1"
optional = true

[features]
galvanic_mock_integration = ["galvanic-mock"]
[badges.travis-ci]
repository = "mindsbackyard/galvanic-test"