SF.net SVN: fclient: [442] trunk/sandbox/fcp2/test_fcp/test_client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-06-30 11:12:48
|
Revision: 442
http://fclient.svn.sourceforge.net/fclient/?rev=442&view=rev
Author: jUrner
Date: 2008-06-30 04:12:57 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
added boilerplate code for more tests
Modified Paths:
--------------
trunk/sandbox/fcp2/test_fcp/test_client.py
Modified: trunk/sandbox/fcp2/test_fcp/test_client.py
===================================================================
--- trunk/sandbox/fcp2/test_fcp/test_client.py 2008-06-30 11:01:49 UTC (rev 441)
+++ trunk/sandbox/fcp2/test_fcp/test_client.py 2008-06-30 11:12:57 UTC (rev 442)
@@ -2795,10 +2795,46 @@
#***********************************************************************************
#
#***********************************************************************************
-#TODO: class TestNodeAndPeers(BaseTestConnectedClient):
+#TODO: not tested
+class Test_getNode(BaseTestClient): pass
#***********************************************************************************
#
#***********************************************************************************
+#TODO: not tested
+class Test_listPeer(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
+#TODO: not tested
+class Test_listPeers(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
+#TODO: not tested
+class Test_listPeerNotes(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
+#TODO: not tested
+class Test_modifyPeer(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
+#TODO: not tested
+class Test_modifyPeer(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
+#TODO: not tested
+class Test_modifyPeerNote(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
+#TODO: not tested
+class Test_removePeer(BaseTestClient): pass
+#***********************************************************************************
+#
+#***********************************************************************************
class Test_getPluginInfo(BaseTestClient):
def test_getPluginInfo_Success(self):
@@ -3138,14 +3174,21 @@
Test_modifyRequest,
Test_removeRequest,
+ Test_restoreRequests,
- Test_restoreRequests,
Test_DDA,
TestCollisions,
Test_getPluginInfo,
Test_sendPluginMessage,
Test_generateKeypair,
Test_subscribeUSK,
+
+ Test_getNode,
+ Test_listPeer,
+ Test_listPeers,
+ Test_listPeerNotes,
+ Test_modifyPeerNote,
+ Test_removePeer,
)
suite = unittest.TestSuite()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|