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.

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.



_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to