Skip to content

Commit eeea77a

Browse files
committed
chore: remove sample integration test
now that we have a real one.
1 parent 8510990 commit eeea77a

3 files changed

Lines changed: 4 additions & 36 deletions

File tree

tests/integration.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
//! Scaffolding for integration tests.
22
//!
3+
//! Integration tests are used to test the interaction between multiple modules,
4+
//! multiple running trackers, etc. Tests for one specific module should be in
5+
//! the corresponding package.
6+
//!
37
//! ```text
48
//! cargo test --test integration
59
//! ```
610
mod servers;
711

8-
// todo: there is only one test example that was copied from other package.
9-
// We have to add tests for the whole app.
10-
1112
use torrust_tracker_clock::clock;
1213

1314
/// This code needs to be copied into each crate.

tests/servers/health_check_api.rs

Lines changed: 0 additions & 32 deletions
This file was deleted.

tests/servers/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
pub mod api;
2-
pub mod health_check_api;

0 commit comments

Comments
 (0)