Skip to content

Commit 59b45e9

Browse files
committed
remove precondition failed reference
1 parent da6a0af commit 59b45e9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/writing-tests/aamtest.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ The table below lists:
4848

4949
The APIs are exposed through a pytest fixture with the name in the table
5050
above. The pytest fixture returns a wrapped version of the API. Requesting this
51-
fixture on a platform where it is not supported will result in a
52-
`PRECONDITION_FAILED` subtest result. It is expected that each test file run on
53-
a given platform will have one or more subtests that run to completion, as well
54-
as several subtests that result in `PRECONDITION_FAILED`. This is because each
55-
test file should show how the **same markup** is exposed in each supporting
56-
accessibility APIs/platforms.
51+
fixture on a platform where it is not supported will result in a `MISSING`
52+
subtest. It is expected that each test file run on a given platform will have
53+
one or more subtests that run to completion, as well as several subtests who's
54+
results will not be recorded. This is because each test file should show how the
55+
**same markup** is exposed in each supporting accessibility APIs/platforms.
5756

5857
### Package dependencies for Linux API AT-SPI Python Bindings
5958

0 commit comments

Comments
 (0)