CHANGES
=======

1.0.0
-----

* Import run_cross_tests.sh from oslo-incubator
* Fix up documentation files
* Fake logger as instance attribute
* Require testrepository and other tools at runtime
* Updated from global requirements
* Add tool to run cross-project tests

0.1
---

* Rename oslo.test to oslotest
* Add test for moxstubout
* Switch to oslosphinx
* Sync requirements and fix pep8 errors
* Remove oslo.test.fixture
* Remove unused tempdirs attribute
* Remove translations infrastructure
* apply oslo-cookiecutter
* Differentiate runtime and test requirements
* flatten package hierarchy
* remove dependency on oslo.config to avoid cycle
* Remove lockutils fixture from this library
* Run python 3.3 tests first to set testr db type
* Add packaging and test control files
* rearrange files into the proper package
* Generalize base test case into common code
* Add 'new' parameter to mock.Patch and mock.PatchObject classes
* Make the log capture in tests more configurable
* log all test messages not just oslo ones
* Fix violations of H302:import only modules
* Trivial: Make vertical white space after license header consistent
* Remove vim header
* Fix copyright header on test module
* Use cleaner version from cookiecutter OpenStack template
* Add TempHomeDir fixture which is already part of cookiecutter template
* Fix typos in oslo
* Move LockFixture into a fixtures module
* Consolidate the use of stubs
* Make openstack.common.fixture.config Py3 compliant
* Using NestedTempfile in new BaseTestCase class
* Bump hacking to 0.7.0
* Add a fixture for dealing with config
* Add common part of test-related tools to oslo
* Add eclipse project files to .gitignore
* Add .testrepository to .gitignore
* Ignore backup files in .gitignore
* Add join_consumer_pool() to RPC connections
* Add a fixture for dealing with mock patching
* Start adding reusable test fixtures
* updating sphinx documentation
* Correcting openstack-common mv to oslo-incubator
* Update .gitreview for oslo
* .gitignore updates for generated files
* Updated tox config for multi-python testing
* Added .gitreview file
* ignore cover's html directory
* Rajaram/Vinkesh|increased tests for Request and Response serializers
* Rajaram/Vinkesh|Added nova's serializaiton classes into common
* Initial skeleton project
