Package Release Info

python-oslotest-3.2.0-bp152.3.15

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-oslotest
python3-oslotest

Change Logs

Version: 3.2.0-bp151.1.1
* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 3.2.0
  - Remove -U from pip install
  - Remove setting of version/release from releasenotes
  - Avoid tox_install.sh for constraints support
  - Remove oslotest.mockpatch
  - Adds mock autospec fixture
  - Updated from global requirements
* Thu Nov 23 2017 cloud-devel@suse.de
- update to version 2.18.1
  - Update reno for stable/pike
  - Use assertIsNone(...) instead of assertIs(None,...)
  - Updated from global requirements
  - Deprecate oslotest.functional
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 2.17.0
  - Remove pbr warnerrors in favor of sphinx check
  - Trivial fix style in document
  - Using fixtures instead of deprecated mockpatch module
  - rearrange content to fit the new standard layout
  - Update URLs in documents according to document migration
  - [Fix gate]Update test requirement
  - Update reno for stable/ocata
  - Remove support for py34
  - Updated from global requirements
  - Switch from oslosphinx to openstackdocstheme
* Fri Feb 10 2017 cloud-devel@suse.de
- update to version 2.13.0:
  - Add Constraints support
  - Updated from global requirements
  - Show team and repo badges on README
  - Changed the home-page link
  - Add reno for release notes management
  - Remove testscenarios from requirements
* Tue Aug 30 2016 tbechtold@suse.com
- update to version 2.10.0
  * A DisableModules fixture that removes modules from path
  * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
- update to 2.8.0:
  * Import mock so that it works on Python 3.x
  * Fix parameters of assertEqual are misplaced
  * Updated from global requirements
  * Add Python 3.5 classifier and venv
* Mon Jul 04 2016 tbechtold@suse.com
- update to 2.6.0:
  * Updated from global requirements
  * Remove mockpatch re-implementations
* Sun Jun 19 2016 dmueller@suse.com
- update to 2.4.0:
  * Updated from global requirements
  * Update .gitreview for stable/mitaka
  * Add some gitignore files
  * move unit tests into the oslotest package
  * Updated from global requirements
  * Hack to get back stopall cleanup behavior feature
  * Fix misspelling
  * Updated from global requirements
  * Trival: Remove 'MANIFEST.in'
* Thu Mar 03 2016 tbechtold@suse.com
- update to 2.0.0:
  * Updated from global requirements
  * Remove Python 2.6 classifier
  * mockpatch: deprecate in favor of native fixtures
  * Remove python 2.6 and cleanup tox.ini
  * Updated from global requirements
  * Fix coverage configuration and execution
  * Updated from global requirements
  * Add documentation about using oslo_debug_helper
  * add oslo.config a test requirement
  * clean up readme and doc title
  * clean up toctree
  * auto-generate API documentation
  * Fix the home-page with Oslotest wikipage
  * Fixup docstrings
  * Updated from global requirements
  * Updated from global requirements
- Switch to .spec from rpm-packaging upstream project
* Fri Aug 07 2015 dmueller@suse.com
- update to 1.10.0:
  * Allow TRACE and integer logging levels for 'OS_DEBUG'
  * Updated from global requirements
* Tue Jul 14 2015 dmueller@suse.com
- update to 1.9.0:
  * Fix use of mock
  * Add documentation for cross-project unit testing
  * Updated from global requirements
  * Fix build break with Fixtures 1.3
  * Updated from global requirements
* Wed Jun 24 2015 tbechtold@suse.com
- update to 1.8.0:
  * Updated from global requirements
  * Allow ``OS_DEBUG`` environment variable to specify log level
  * Updated from global requirements
  * always rebuild cross-test venv
  * Add CreateFileWithContent fixture
  * Create ConfigureLogging fixture
  * Create CaptureOutput fixture
  * Create Timeout wrapper fixture
  * Document the mock attribute for mockpatch
* Mon Jun 22 2015 tbechtold@suse.com
- update to 1.7.0:
  * Updated from global requirements
  * Fix argument handling in oslo_run_cross_tests
  * Add class to deal with clouds.yaml support
  * Remove unneeded runtime pbr dep
  * Updated from global requirements
  * Advertise support for Python3.4 / Remove support for Python 3.3
  * Do not sync run_cross_tests.sh
  * Remove unused discover dependency
  * Uncap library requirements for liberty
  * Cleanup README.rst and setup.cfg
  * mockpatch: factorize code
  * Update to latest hacking
  * Updated from global requirements
  * mockpatch: fix a potential race condition
- Adjust Requires according to requirements.txt
* Tue Apr 07 2015 bwiedemann@suse.com
- update to 1.5.1
* Tue Feb 24 2015 tbechtold@suse.com
- update to 1.5.0:
  * Restore missing module for pre-release test script
  * Updated from global requirements
  * Set a higher default for maxDiff
  * Move the script for running pre-releases into oslotest
  * Update docs for new script name
  * Publish cross-test runner as part of oslotest
  * Fix for mktemp failure on osx
  * Activate pep8 check that _ is imported
  * Workflow documentation is now in infra-manual
  * Fix the URL for reporting bugs in the README
  * Updated from global requirements
  * Add pbr to installation requirements
  * Clean up the docs for oslo_debug_helper
- Adjust Requires according to requirements.txt
- Add oslo_run_cross_tests oslo_run_pre_release_tests to /usr/bin/
* Tue Oct 28 2014 dmueller@suse.com
- update to 1.2.0:
  * Updated from global requirements
  * Set install_command in tox to avoid pre-releases
  * Add an extra parameter for test directory in debugger script
  * Handle tempfile content encoding
  * Work toward Python 3.4 support and testing
  * Add links to best practices video and etherpad
  * Updated from global requirements
  * Drop .sh extension from oslo_debug_helper.sh
  * Add history/changelog to docs
  * fix typo and formatting in contributing docs
* Sat Sep 27 2014 dmueller@suse.com
- update to 1.1.0:
  * no change compared to 1.1.0.0a2
* Tue Sep 16 2014 dmueller@suse.com
- update to 1.1.0.0a2:
  * Add fixture for mock.patch.multiple
  * Ensure that mock.patch.stopall is called last
  * Remove differences between Python 2.x and 3.x versions
  * Require six
  * Add documentation for running oslo_debug_heler.sh
  * Restructure oslotest docs
  * Add pdb support to tox with debug helper shell script
  * Updated from global requirements
  * Cleaning up index.rst file
  * Add known issue about time.time mocking
  * Updated from global requirements
  * Add API documentation
  * Moving to use the mock module found in Python3
* Wed Sep 03 2014 dmueller@suse.com
- add drop-mox-dependency.diff