Merge "Trivial fix style in document"

This commit is contained in:
Jenkins 2017-07-04 10:46:23 +00:00 committed by Gerrit Code Review
commit 46f407733b
6 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
============================
Cross-project Unit Testing
============================
==========================
Cross-project Unit Testing
==========================
Libraries in OpenStack have an unusual ability to introduce breaking
changes. All of the projects are run together from source in one form

View File

@ -1,6 +1,6 @@
=================
Debugging Tests
=================
===============
Debugging Tests
===============
Running tests through testrepository_ makes it difficult to use pdb for
debugging them. oslotest includes ``oslo_debug_helper`` to make using

View File

@ -1,6 +1,6 @@
==========
Features
==========
========
Features
========
Debugging with oslo_debug_helper
================================

View File

@ -1,6 +1,6 @@
=======================================================
oslotest -- OpenStack Testing Framework and Utilities
=======================================================
=====================================================
oslotest -- OpenStack Testing Framework and Utilities
=====================================================
.. toctree::
:maxdepth: 2

View File

@ -1,6 +1,6 @@
========================
Other Useful Resources
========================
======================
Other Useful Resources
======================
* Mock_ library documentation
* OpenStack Bootstrapping Hour: Mock Best Practices: `video

View File

@ -1,6 +1,6 @@
=========
Testing
=========
=======
Testing
=======
Cross-testing With Other Projects
=================================