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
1
2
3
4
5
6
7
8
9
10
11
language: rust
rust:
  - stable
  - beta
matrix:
    include:
        - rust: nightly
          env: FEATURES=
        - rust: nightly
          env: FEATURES='--features galvanic_mock_integration'
script: cargo test --verbose $FEATURES