James Adarich

Results 111 comments of James Adarich

I would say in general this is a bad idea of you can avoid it as there's a risk of making tests flaky or having setup that's unclear in the...

Ah I see. In these cases I usually set this up before Alsatian is even called. Do you think there would be a benefit in having Alsatian handle this? An...

Strange - seems like this should be fine. What version of TypeScript are you using @danepod?

Very strange, maybe worth taking a look at the project @danepod. I've ran the code myself and everything seems fine just as is. ![image](https://user-images.githubusercontent.com/8244919/35471321-c99e870a-0350-11e8-8a9e-dcfb92cad39c.png) I noticed the error text and...

Rules for arguments of decorator * generators don't have to resolve to same number of arguments * all generators given to property resolve out to a matrix of values *...

Great suggestion!!! I think this could tie in with allowing a test to fail multiple times #225 To enable that we'd need to know whether any expect calls failed, perhaps...

With regards to empty expects raised by @cdibbs we should hopefully be able to detect that too if we collect the data about the expects run on that test

@pathurs absolutely this is roughly what we'd want for multiple failures (#255) all we'd need to do is add them to the metadata but instead of when we call `Expect`...

Interesting problem @cdibbs - do you have some sample tests so I can understand this in context?

Hey @cdibbs, sorry about the late reply. Been very busy in my non-GitHub life recently so missed it, but I'm back! :) If this is still a concern for you...