← Back to team overview

nunit-core team mailing list archive

[Bug 910189] Re: Eliminate NUnit Configuration Section in config file

 

** Project changed: nunit-3.0 => nunitv2

** Changed in: nunitv2
   Importance: Undecided => Medium

** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/910189

Title:
  Eliminate NUnit Configuration Section in config file

Status in NUnit V2 Test Framework:
  New

Bug description:
  The NUnit Configuration Section is used for the following settings in nunit v2:
    * OldStyleTestCases
    * ApartmentState
    * ThreadPriority
    * DefaultLogThreshold

  These settings are viewed as depending upon an individual project, which is why 
  they are not included in the default settings managed in the NUnitSettings.xml file.

  Use of the configuration file is somewhat obscure to the average user.
  It would be desirable to find a way to store the settings in the
  NUnitProject and/or NUnitSettings files under NUnit 3.0.

  One approach would be to design a generalized method for adding default setting
  overrides to the project file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/910189/+subscriptions


References