Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3502611
D4250.id13471.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4250.id13471.diff
View Options
diff --git a/services/commtest/tests/backup_test.rs b/services/commtest/tests/backup_test.rs
new file mode 100644
--- /dev/null
+++ b/services/commtest/tests/backup_test.rs
@@ -0,0 +1,10 @@
+#[path = "./lib/tools.rs"]
+mod tools;
+
+use tools::Error;
+
+#[tokio::test]
+async fn backup_test() -> Result<(), Error> {
+ assert!(false, "not implemented");
+ Ok(())
+}
diff --git a/services/commtest/tests/blob_test.rs b/services/commtest/tests/blob_test.rs
new file mode 100644
--- /dev/null
+++ b/services/commtest/tests/blob_test.rs
@@ -0,0 +1,10 @@
+#[path = "./lib/tools.rs"]
+mod tools;
+
+use tools::Error;
+
+#[tokio::test]
+async fn blob_test() -> Result<(), Error> {
+ assert!(false, "not implemented");
+ Ok(())
+}
diff --git a/services/commtest/tests/tunnelbroker_test.rs b/services/commtest/tests/tunnelbroker_test.rs
new file mode 100644
--- /dev/null
+++ b/services/commtest/tests/tunnelbroker_test.rs
@@ -0,0 +1,10 @@
+#[path = "./lib/tools.rs"]
+mod tools;
+
+use tools::Error;
+
+#[tokio::test]
+async fn tunnelbroker_test() -> Result<(), Error> {
+ assert!(false, "not implemented");
+ Ok(())
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 4:25 AM (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2685898
Default Alt Text
D4250.id13471.diff (1 KB)
Attached To
Mode
D4250: [services] Tests - Add dummy tests
Attached
Detach File
Event Timeline
Log In to Comment