summaryrefslogtreecommitdiff
path: root/doc/source/contributor/unit_tests.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove v2 classesBrian Rosmaita2021-07-141-2/+2
| | | | | | | | | Remove all cinderclient.v2 classes, mostly incorporating them into their v3 counterparts and updating the tests and test fixtures. Depends-on: https://review.opendev.org/c/openstack/horizon/+/800814 Change-Id: I335db5c1799edb2273bf8bfc9e1bc9de404a4ba5
* doc: Update Py37 instead of py27tushargite962020-09-171-3/+3
| | | | | | | Examples in this section should use a Python 3 environment and not py27. Change-Id: If082b92e089af980e411b4b4c1319e462862a55f Closes-Bug: #1866375
* trivial: Drop references to os-testrStephen Finucane2020-07-091-1/+1
| | | | | | | os-testr is dead. Long live stestr. Change-Id: Ie37f00e2f5ef2230adcff0d662e2d0b214b8c74c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Cleanup the home pageMatt Riedemann2018-12-041-4/+1
| | | | | | | | | | | | | | | Good lord this thing needed some love. This change does a few things: * Remove the duplicate man page. * Rename some titles to drop the CINDERCLIENT yelling - this is docs about cinderclient, I get it, no need to repeat in all caps. * Fixed the sub-section title formatting in the home page. * Dropped the duplicate usage guide wording and simply linked to the user docs from the home page. Change-Id: I259787a40151e8c875ad87021f655a141e06b15e
* Update unit_test.rst doc unit test py34 to py35Yuanbin.Chen2018-03-051-1/+1
| | | | | | | | CinderClient unit test use py27 or py35, Look: https://github.com/openstack/python-cinderclient/blob/master/tox.ini#L3 Change-Id: Ibc3ada82337c6393ab86b3159fa1b4f032495879 Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
* Remove unit tests about run_testYuanbin.Chen2018-02-241-99/+0
| | | | | | | | | | This patch remove unit tests about flags, beacuse the flags about run_test.sh has delete. About run_test.sh delete, look this patch. https://review.openstack.org/#/c/502120/ Change-Id: Ib0e04ed6d48ec5c52cc62abf59174c313d843792 Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
* Use Sphinx 1.5 warning-is-errorStephen Finucane2017-08-221-11/+5
| | | | | | | | With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Migrate the setting from the old warnerrors one. Change-Id: Ifd411ead74497a43ab22c57090ece2e1c7cfddb5
* Rearrange existing documentation to fit the new standard layoutchenxing2017-07-261-0/+164
The layout is configured to follow the design from this spec: https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html This change is necessary to continue the doc migration process. Change-Id: I5ab2e47b67baf90bdd808cb831493a010d23a070