You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2016/09/15 13:20:20 UTC

[jira] [Created] (AMBARI-18401) Allow running a subset of Python unit tests

Doroszlai, Attila created AMBARI-18401:
------------------------------------------

             Summary: Allow running a subset of Python unit tests
                 Key: AMBARI-18401
                 URL: https://issues.apache.org/jira/browse/AMBARI-18401
             Project: Ambari
          Issue Type: Improvement
          Components: ambari-server
            Reporter: Doroszlai, Attila
            Assignee: Doroszlai, Attila
            Priority: Minor
             Fix For: 3.0.0


Running all unit tests several times during development may take too much time.  The Surefire Maven plugin can run a subset of Java unit tests by passing filter expression via the {{test}} property for test class names.

However, running fewer than all Python unit tests is currently cumbersome, it requires renaming the unit test or modifying the {{unitTests.py}} script.  The goal of this improvement is to implement the Surefire approach for filtering Python unit tests to be run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)