提交 5055b27c 编写于 作者: C Cleber Rosa

docs/source/GetStartedGuide.rst: only mention the user visible types of tests

Even though internally we have some more descendants of avocado.test.Test, to
a user, AFAICT, only instrumented and simple tests are available.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 14bdb45f
......@@ -65,8 +65,7 @@ tests you can run are:
* Tests written in Python, using the avocado API, which we'll call `instrumented`.
* Any executable in your box, really. The criteria for PASS/FAIL is the return
code of the executable. If it returns 0, the test PASSes, if it returns anything
else, it FAILs. We'll call those tests `simple tests`. There is another type
of tests that we'll discuss in the next section.
else, it FAILs. We'll call those tests `simple tests`.
Listing tests
-------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册