CharliePoole

Results 100 issues of 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...

Enhancement
Normal Priority

@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...

Enhancement
Needs Design
High Priority

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....

Enhancement
Normal Priority

@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...

Feature
Normal Priority
hardfix

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....

Enhancement

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...

Needs Design
Feature

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,...

Idea

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...

Bug
High Priority

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...

Bug
High Priority

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...

Bug
Low Priority