← Back to team overview

nunit-core team mailing list archive

Re: [Bug 628884] Re: AssemblyVersion needed

 

This seems to be a very special case, in which you know in advance the
future version of the assembly
in which a fixture should be implemented. Would specifying the date
also server your purpose?

I may put this to the nunit-discuss list for discussion.

On Fri, Sep 3, 2010 at 2:40 AM, Rechenelf <628884@xxxxxxxxxxxxxxxxxx> wrote:
> This could be one use case.
> My case is an other one. The workflow is the following: A feature is decided and the a specification is made. After that a developer makes the interfaces with an empty implementation. When this is ready, a tester implement the NUnit-Tests which can not work currently. Some weeks later, a developer implements the interfaces and at the end of the sprint (scrum) the version of the assembly increases which automatically (when the attribute is available) let the tests not to be ignored furthermore.
> The current practice is, that someone must remove the ignore attribute and sometimes nobody knows, what to do with a test (vacation, illness, ....).
>
> --
> AssemblyVersion needed
> https://bugs.launchpad.net/bugs/628884
> You received this bug notification because you are a member of NUnit
> Developers, which is subscribed to NUnit V2.
>

-- 
AssemblyVersion needed
https://bugs.launchpad.net/bugs/628884
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: New

Bug description:
A nice feature would be a Version as a Attribute. When the assembly version is at least the value, the test is active. If the assembly version is to low, the test will be ignored.
The version could be the version of the assembly which contains the test or delivered by a public static class from a special property (as it is in testcasesource).

Testcase and Testfixture and so on must also have this feature.





References