Revision 0b7d3b31 ncclient/operations/retrieve.py

b/ncclient/operations/retrieve.py
20 20

  
21 21
class GetReply(RPCReply):
22 22

  
23
    # TESTED
24

  
23 25
    """Adds attributes for the *<data>* element to :class:`RPCReply`, which
24 26
    pertains to the :class:`Get` and :class:`GetConfig` operations."""
25 27

  
......
55 57

  
56 58
class Get(RPC):
57 59

  
60
    # TESTED
61

  
58 62
    "The *<get>* RPC"
59 63

  
60 64
    SPEC = {'tag': 'get', 'subtree': []}
......
75 79

  
76 80
class GetConfig(RPC):
77 81

  
82
    # TESTED
83

  
78 84
    "The *<get-config>* RPC"
79 85

  
80 86
    SPEC = {'tag': 'get-config', 'subtree': []}

Also available in: Unified diff