7 Commits

Author SHA1 Message Date
Davanum Srinivas
9129545a58 Use fixture from oslo.config instead of oslo-incubator
Change-Id: Ic80562c662960a946b3083f0509700e4809d628d
2014-09-29 07:32:21 -04:00
Victor Sergeyev
c9e5fdf3bc Add run_cross_tests.sh script
Script `run_cross_tests.sh` can be used for running unit tests in
other projects using the current package's code.

Change-Id: Iad636216cd73d2eeb70448fda789c0ad9d579b3a
Related-Bug: #1367354
2014-09-09 19:13:03 +03:00
Andrey Kurilin
92d9a1c40f Use oslo.i18n
Module `gettextutils` from common code was graduated to oslo.i18n, so it
would be great if we reuse this library.

Change-Id: Ie5836b82723fc80c1d54e5e65eac8565cf905c5a
2014-09-01 11:48:21 +03:00
Andrey Kurilin
6065b21b15 Move to oslo.utils
`oslo.db` uses several modules(`importutils` and `timeutils`) from
`oslo-incubator`. This modules are already incubated and we should use them
from `oslo.utils`.

Change-Id: I09881ea3e115ca95bbd06ff5d1c0d5e253ed7640
2014-08-11 17:33:52 +03:00
Oleksii Chuprykov
f96deb870b Remove moxstubout.py from oslo.db
Remove moxstubout.py from common/fixture becouse it is
duplicated in oslotest

Change-Id: I6480c24a1b6f9d01af918d416ca14439cff31db0
2014-07-18 12:36:22 +03:00
Victor Sergeyev
06e03b0c78 Remove common context from oslo.db
Common context module usage was removed from model_query() so we can
remove it from oslo.db

Change-Id: I7fc503f2d0ff761235c478fef62cf44ca94670f5
2014-06-04 17:53:26 +03:00
Victor Sergeyev
276f7570d7 Make the tests passing
- add missed requirements
- add required modules from openstack.common
- added entry points to setup.cfg
- fixed tests location
- fixed incorrect common modules imports
2014-04-18 12:51:26 +03:00