You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boakley edited this page Nov 30, 2014
·
2 revisions
The Row class represents a parsed representation of one line in a test suite or resource file. A Row is essentially a list, with a couple extra attributes:
linenumber is the line number in the file where this row begins
raw_text is the raw line of text from the file. This is useful if you need information that is thrown away by the parsing mechanism.
dump() is a method that will print the row in the pipe-separated format