https://github.com/askbeka/payment_engine
rust playground project
https://github.com/askbeka/payment_engine
Last synced: 10 months ago
JSON representation
rust playground project
- Host: GitHub
- URL: https://github.com/askbeka/payment_engine
- Owner: askbeka
- Created: 2020-10-14T14:49:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T10:04:40.000Z (over 5 years ago)
- Last Synced: 2025-03-15T23:47:29.520Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing
```
cargo test
```
Tests are implmented on library crate using snapshot testing with help of [insta](https://docs.rs/insta/1.1.0/insta/) crate
testing inputs are in `tests/csv_inputs/*.csv` and snapshots `tests/snapshots`