ferrotype 0.1.3

An opinionated wrapper for insta.rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Two Neutron Stars Incorporated and contributors
// SPDX-License-Identifier: BlueOak-1.0.0

use crate::*;

#[test]
fn test_nested_snapshot() {
  let mut snapshot = Ferrotype::new();
  snapshot.add("Test Section", "Test content".to_string());

  crate::assert!(snapshot);
}