CharliePoole

Results 1007 comments of CharliePoole

OK, in that case, I guess I ought to simply document the fact that you can defeat discovery using this setting.

The problem here is that the static value in the framework is not the same value set by your runner program. Statics have individual values in each AppDomain and that...

I'm re-opening to examine the question of what changed between releases. Please let me know exactly what engine package you installed for both 3.18.2 and 3.18.3. There are, in fact...

Although it happens at runtime, we refer to the current implementation of test cases as "static." What we mean by that is that they are created once, when the tests...

I renamed this issue to reflect the fact that it has always been the key issue related to what we call dynamic tests, but was hard to find. I'm making...

`` @nunit/core-team I'm looking at this issue in a browser with the ZenHub extension disabled. I suggest everyone try it once, because what the user sees is pretty useless. There's...

Currently, no filters are passed until the test is run, because it's possible that a GUI is calling us and we want to be able to see all the tests....

Concluding, from my earlier comment... I think we could trivially implement application of `--test` at load time. AFAICS it would be transparent to the user and would work in combination...

Basically, this suggestion was that we stop using the Epics feature and do something else to tie issues together in groups. That could be simple task lists with references to...

@jnm2 What would it mean for the dispatcher logic to be natively async-capable? Right now AFAIK the dispatcher knows nothing about the async or sync nature of the tests dispatched....