summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_cmd/commands/test_env.py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25Move tests: unit/cmd/Emma Foley1-73/+0
* Fix pylint errors * Add TODOs Some errors are ignored locally, as they were a symptom of other problems. These issues have been flagged with a TODO, and should be fixed later. Change-Id: I505d72e1c646fea1976a0bf854369c6b6308bbb1 Jira: YARDSTICK-837 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-12-21Rename test/unit/cmd directoryRoss Brattain1-0/+73
Renamed test/unit/cmd directory to test/unit/test_cmd, in order to avoid importing errors during the execution of unit tests. This directory name collides with Python "cmd" library. Change-Id: Ie06d58d4faace33df684c8e511a398aa0667b098 Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>