summaryrefslogtreecommitdiff
path: root/run_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Switch to just using toxJoshua Harlow2014-01-021-73/+42
| | | | | | | | | | | Instead of requiring all the complicated venv management logic that tox already provides just use tox directly instead. This maps more closely to what jenkins does, and how most other python development occurs (which does not typically rely on custom venv scripts). Change-Id: Iff6cf0a7eb24ddd2ef65ddd723d0e4cb803b9bb9
* Begin adding testing functionalityJoshua Harlow2013-05-131-0/+119
Take the current run_tests.sh from glance and include that as well as fill in the rest of the pieces needed for those that use venv functionality. Start adding memory tests.