Rename test_harness::manifest to test_case

I thing `TestCase` is better than manifest -- a manifest is more of a
list of items than a series of steps and checks. Plus it conflicts with
a Cargo manifest.
This commit is contained in:
Paul Hauner
2019-03-03 15:12:19 +11:00
parent 48fc709109
commit a29eca57a1
7 changed files with 21 additions and 21 deletions

View File

@@ -26,7 +26,7 @@
//! ```
mod beacon_chain_harness;
pub mod manifest;
pub mod test_case;
mod validator_harness;
pub use self::beacon_chain_harness::BeaconChainHarness;