Skip to content

3) Integration Test

Arnaud Fischer edited this page Jul 22, 2025 · 1 revision

Rules

  • All integration tests must be in the test folder
  • Set up as follows: test_name_feature.rs
    To run the tests, use the following command to test everything at once: cargo test
    And use the following command for a specific test: cargo test --test test_init

Clone this wiki locally