forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the readme a real file, not a symlink
The readme should render correctly when processed by rst2html, displayed on GitHub, or read as a standalone file. In contrast, the main body of documentation must be compiled before being read. Split the readme and main body of documentation apart. Add a table of contents to `docs/index.rst`. Fix a random error in `robottelo/orm.py`.
- Loading branch information
1 parent
3c983e6
commit 182ee30
Showing
3 changed files
with
43 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Robottelo | ||
========= | ||
|
||
`Robottelo`_ is a test suite which exercises `The Foreman`_. All tests are | ||
automated, suited for use in a continuous integration environment, and `data | ||
driven`_. There are three types of tests: | ||
|
||
* UI tests, which rely on Selenium's `WebDriver`_. | ||
* CLI tests, which rely on `Paramiko`_. | ||
* API tests, which rely on `Requests`_. | ||
|
||
The `full documentation | ||
<http://robottelo.readthedocs.org/en/latest/index.html>`_ is available on | ||
ReadTheDocs. It can also be generated locally:: | ||
|
||
pip install -r requirements-optional.txt | ||
make docs | ||
|
||
.. _data driven: http://en.wikipedia.org/wiki/Data-driven_testing | ||
.. _Paramiko: http://www.paramiko.org/ | ||
.. _Requests: http://docs.python-requests.org/en/latest/ | ||
.. _Robottelo: https://github.com/SatelliteQE/robottelo | ||
.. _The Foreman: http://theforeman.org/ | ||
.. _WebDriver: http://docs.seleniumhq.org/projects/webdriver/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters