#338: AutoQATest.version - is it needed?
-------------------------+--------------------------------------------------
 Reporter:  kparal       |       Owner:             
     Type:  enhancement  |      Status:  new        
 Priority:  trivial      |   Milestone:  Finger Food
Component:  tests        |    Keywords:             
-------------------------+--------------------------------------------------
 In all our tests we have code like this:

 {{{
 class rpmlint(AutoQATest):
     version = 1 # increment if setup() changes
 }}}

 The question is - is the ''version'' attribute needed and being used at
 all? I have never seen any difference in behavior, the setup() phase is
 run every time.

 We should have look at autotest documentation or source code whether this
 is being used and when. If we don't need it, let's remove it from all our
 tests and templates (the less code the better).

-- 
Ticket URL: <https://fedorahosted.org/autoqa/ticket/338>
AutoQA <http://autoqa.fedorahosted.org>
Automated QA project
_______________________________________________
autoqa-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/autoqa-devel

Reply via email to