---- :unittest.StartsWith - output
'Hi there' starts with 'Hi' - TRUE .
'Hi there' starts with 'hi' - TRUE .
'Hi there' starts with 'h' - TRUE .
'Hi there' starts with '' - FALSE.
'Hi there' starts with 'la' - FALSE.
'Hi there' starts with ' hi' - FALSE.
----
|