Originally submitted to Google Code by juha.tyn... on 20 Sep 2010
It would be very handy if one could comment out the whole test case / user keyword by right-clicking it from the list and selecting "comment out" or something similar.
Originally submitted to Google Code by juha.tyn... on 20 Sep 2010
It would be very handy if one could comment out the whole test case / user keyword by right-clicking it from the list and selecting "comment out" or something similar.
Originally submitted to Google Code by on 21 Sep 2010
This would be nice, but unfortunately implementation is really hard. Commenting the tests would be easy, but reading the commented out test back would not. Consider, for example, the following example, that has both a commented out test and some other comments:
Test Cases
First test [Documentation] not commented Keyword
Handling this kind of situation correctly would require significant changes to Robot Framework's parsing module. Compared to the benefits the changes are quite big and most likely not worth the effort in the near future.