Adeynack (David)
Adeynack (David)
# Actual situation When a `should throw the exception` fails, the message states: ``` Expected foo.bar.TheExpectedException to be thrown expected: but was: ``` Then I can see the stack trace...
The order in multiple selects is not kept. It always re-orders in alphabetical order after selection. - Is it the expected behavior or a bug? - Is there any way...
I get that error when running the script: ``` File "./git-graph", line 34 print(message, file=sys.stderr) ^ ``` My version of Python: 3.4.2, on the Mac