test_tools 0.16.0

Tools for writing and running tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Task: Implement Test Tools

### Goal
Implement a set of test tools for the core library.

### Requirements
*   Provide functions for generating test data.
*   Provide macros for simplifying common test patterns.

### Implementation Notes
*   Consider using the `fake` crate for generating test data.
*   Implement macros for asserting equality and inequality.