diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-11 08:47:08 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-11 08:47:08 +0000 |
| commit | 61d4796d84960ec9f25392635afceea3a3bd0916 (patch) | |
| tree | 98bd7c10d34decc2f7c96f50ddead8e8dc63f473 /tests/sync.rs | |
| parent | ffcf8a7bc679f0aff9135063d343be3161b3b439 (diff) | |
refactor: move metrics tests to tests/sync/ structure (Phase 7)
Diffstat (limited to 'tests/sync.rs')
| -rw-r--r-- | tests/sync.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sync.rs b/tests/sync.rs index 2836d8d..5b6b752 100644 --- a/tests/sync.rs +++ b/tests/sync.rs | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | //! - `live_sync` - Tests for real-time sync after connection established | 8 | //! - `live_sync` - Tests for real-time sync after connection established |
| 9 | //! - `tag_variations` - Tests for different Layer 2/3 tag types | 9 | //! - `tag_variations` - Tests for different Layer 2/3 tag types |
| 10 | //! - `catchup` - Tests for catchup sync after disconnect (not yet implemented) | 10 | //! - `catchup` - Tests for catchup sync after disconnect (not yet implemented) |
| 11 | //! - `metrics` - Tests for Prometheus metrics integration | ||
| 11 | //! | 12 | //! |
| 12 | //! # Running Tests | 13 | //! # Running Tests |
| 13 | //! | 14 | //! |
| @@ -34,5 +35,6 @@ mod sync { | |||
| 34 | pub mod catchup; | 35 | pub mod catchup; |
| 35 | pub mod discovery; | 36 | pub mod discovery; |
| 36 | pub mod live_sync; | 37 | pub mod live_sync; |
| 38 | pub mod metrics; | ||
| 37 | pub mod tag_variations; | 39 | pub mod tag_variations; |
| 38 | } \ No newline at end of file | 40 | } \ No newline at end of file |