Skip to content

Commit e036c59

Browse files
Add module-level documentation to test files and import common module
Co-Authored-By: Ian Clarke <github@ian.33mail.com>
1 parent 5c4e706 commit e036c59

6 files changed

+6
-13
lines changed

apps/freenet-ping/app/tests/run_app_blocked_peers_debug.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//
2-
//
1+
mod common;
32

43
use std::{
54
net::{Ipv4Addr, SocketAddr, TcpListener},

apps/freenet-ping/app/tests/run_app_blocked_peers_improved.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//
2-
//
1+
mod common;
32

43
use std::{
54
net::{Ipv4Addr, SocketAddr, TcpListener},

apps/freenet-ping/app/tests/run_app_blocked_peers_optimized.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//
2-
//
1+
mod common;
32

43
use std::{
54
net::{Ipv4Addr, SocketAddr, TcpListener},

apps/freenet-ping/app/tests/run_app_blocked_peers_reliable.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//
2-
//
1+
mod common;
32

43
use std::{
54
net::{Ipv4Addr, SocketAddr, TcpListener},

apps/freenet-ping/app/tests/run_app_blocked_peers_simple.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//
2-
//
1+
mod common;
32

43
use std::{collections::HashSet, path::PathBuf, time::Duration};
54

apps/freenet-ping/app/tests/run_app_blocked_peers_solution.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//
2-
//
3-
//
1+
mod common;
42

53
use std::{
64
net::{Ipv4Addr, SocketAddr, TcpListener},

0 commit comments

Comments
 (0)