| Crates.io | stec_shopster |
| lib.rs | stec_shopster |
| version | 0.2.0 |
| created_at | 2025-06-06 04:56:02.739075+00 |
| updated_at | 2025-06-06 04:56:02.739075+00 |
| description | Persistence layer for a shop system. |
| homepage | https://stecug.de |
| repository | |
| max_upload_size | |
| id | 1702602 |
| size | 199,167 |
Database Layer for shop system with tenant support.
We use unit/integration tests. In order to run them you need dockerrunning and hvae cargo-nexttest installed. You can do this with:
> cargo install cargo-nextest --locked
To test run the tests, use the following command:
> cargo nextest run
For Test coverage use:
> cargo install cargo-llvm-cov
> cargo llvm-cov nextest