rally/tests/unit/db
Sergey Skripnick 2455db7f64 Allow setting DB for unittests via env & add psql support
RALLY_UNITTEST_DB_URL may be used to change test database.

Sample usage:

export RALLY_UNITTEST_DB_URL="mysql://user:secret@localhost/rally"
tox -epy27

Fix postgress related bugs in unit tests.

* All enums should have name
* Fix invalid unit tests

Closes-bug: #1413155
Partial-bug: #1405884

Co-Authored-By: Sergey Skripnick <sskripnick@mirantis.com>
Co-Authored-By: Boris Pavlovic <boris@pavlovic.me>

Change-Id: Ic741cb79eadf952c3dea99182c1e7d52992c9904
2015-01-24 03:08:12 +03:00
..
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
test_api.py Allow setting DB for unittests via env & add psql support 2015-01-24 03:08:12 +03:00