summaryrefslogtreecommitdiffstats
path: root/conductor/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Migrate unit tests to python3krishnaa961-7/+7
Issue-ID: OPTFRA-645 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I094eaa594e7a6f6541ca5d894e0af5127afd3936
2018-02-15Added unit tests for conductor.common.music moduleDileep Ranganathan1-0/+1
Unit tests for music api Change-Id: I9e239c23c0d3d81a860b121c7f8e462815068b31 Issue-ID: OPTFRA-68 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-12Modified tox.ini for coverageDileep Ranganathan1-1/+1
Changed tox.ini to omit tests/*.py from coverage report Change-Id: Ia4f43a229cd749d8f7eab933bf40ba9319512282 Issue-ID: OPTFRA-79 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-11Unit test for RootController and V1ControllerDileep Ranganathan1-2/+12
Addedd unit tests for RootController and V1Controller Updated tox.ini to support coverage Change-Id: I3adf9d2268776382ff1f067857947af9718c9ac8 Issue-ID: OPTFRA-68 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-02-08Copyright Messages CleanupIkram Ikramullah1-3/+2
Tox and pep8 failed due to multiple reason causing our verify-python jobs to fail. One reason being the failure of test cases. Added sample test case for developers to follow. Another reason was the Copyright message appearing in supposedly empty package files. Removed copyright messages so pep8 can succeed. Issue-ID: OPTFRA-78 Change-Id: If7e4b28e2dabdba194e31a67da4647a342a7630f Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2017-12-17Added all common modules in conductor directoryrl001m1-0/+53
Added the common modules used by all the other components of Homing Optimizer. Change-Id: I6e8a991b54ef422da66b3174f27f6998731ec188 Issue-ID: OPTFRA-11 Signed-off-by: rl001m <ruilu@research.att.com>