haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
668 stars 96 forks source link

taskTest is missing my stack trace #295

Closed et1975 closed 5 years ago

et1975 commented 5 years ago

may be related to #205

        testTask "throw" {
            failwith "where is my stack?"
        }

Gives me Expecto stack trace, not mine. Can I has mine please?

haf commented 5 years ago

I've done extensive stacktrace parsing in Logary; I'm not sure we benefit from parsing the stacktraces much in Expecto... Not without a proper parser at least.

AnthonyLloyd commented 5 years ago

I'll see what is available.