CharliePoole
CharliePoole
This issue came up on SO: https://stackoverflow.com/questions/49195224/testcasesource-attribute-reads-all-the-test-datas-of-existing-tests-even-if-we If you run the console with a filter, the ideal result would be to only load those test that will be selected by...
@Chraneco commented on [Mon Aug 15 2016](https://github.com/nunit/nunit/issues/1749) Hi! We recently updated to NUnit 3.4.1 which unfortunately broke the integration with TeamCity. After some research I found out that this is...
Working on the GUI implementation of pluggable agents, I realized that users creating agents would probably not use our naming convention and that I would have to allow for it....
@CharliePoole commented on [Sat Jun 20 2015](https://github.com/nunit/nunit/issues/701) An Test Server would run continuously on the local or a remote machine. It would accept and queue requests to run tests and...
NUnit-Agent has an odd argument structure as compared to normal command-line apps. The first two args are positional and required... if they aren't present, the process just fails without explanation....
As I've been doing some work on removal of the UserSettings and RecentFiles services, I have noticed a problem with the API. When a user requests a service by calling...
Various ideas for extending or improving the package tests came up in discussing PR #902. This issue lists most of those ideas so we can decide whether to do them,...
When we run out of process, the agent tries to find and load extensions for all possible extension points, including those that are actually in the top-level engine and can...
When using `ITestRunnerStopRun(true)` to force a shutdown, the engine does not change the Runner status, so it appears that tests are still running. No events are signaled to indicate that...
PR #596 (currently awaiting merge) creates Project test-suite elements (i.e. tests) for each project being run, with one or more Assembly test-suites as children of the project. This solves the...