kuroko/test/testExceptionTracebacks.krk.expect

6 lines
223 B
Plaintext
Raw Permalink Normal View History

Caught a TypeError('A type error')
File 'test/testExceptionTracebacks.krk', line 4, in doTheThing
Caught a ValueError('A value error')
File 'test/testExceptionTracebacks.krk', line 4, in doTheThing
That's a name error!