https://github.com/thomasmost/ex_axum_diesel_integration_tests
https://github.com/thomasmost/ex_axum_diesel_integration_tests
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasmost/ex_axum_diesel_integration_tests
- Owner: thomasmost
- Created: 2025-01-17T23:28:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T23:30:28.000Z (over 1 year ago)
- Last Synced: 2025-01-18T00:24:49.622Z (over 1 year ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mimimum Reproducible Example
- Install the Diesel CLI with `cargo install diesel_cli`
- Initialize the database with `diesel setup`
- Run the server with `cargo run`
- Run the tests with `cargo test`
Tests fail with
The failing test can be found [here](https://github.com/thomasmost/ex_axum_diesel_integration_tests/blob/main/integration_tests/src/api_tests/registration.rs)