Revision 6a2dfeb4 ncclient/operations/edit.py

b/ncclient/operations/edit.py
29 29

  
30 30
class EditConfig(RPC):
31 31

  
32
    # TESTED
33

  
32 34
    "*<edit-config>* RPC"
33 35

  
34 36
    SPEC = {'tag': 'edit-config', 'subtree': []}
......
76 78

  
77 79
class DeleteConfig(RPC):
78 80

  
81
    # TESTED
82

  
79 83
    "*<delete-config>* RPC"
80 84

  
81 85
    SPEC = {'tag': 'delete-config', 'subtree': []}
......
148 152

  
149 153
class Commit(RPC):
150 154

  
155
    # TESTED
156

  
151 157
    "*<commit>* RPC. Depends on the *:candidate* capability."
152 158

  
153 159
    DEPENDS = [':candidate']
......
184 190

  
185 191
class DiscardChanges(RPC):
186 192

  
193
    # TESTED
194

  
187 195
    "*<discard-changes>* RPC. Depends on the *:candidate* capability."
188 196

  
189 197
    DEPENDS = [':candidate']

Also available in: Unified diff