diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-09-30 11:33:29 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-09-30 19:26:53 -0400 |
commit | ccd9a05cd6540c11601b83ccaa206127725bf5fd (patch) | |
tree | f6305e8f703bcc285c5f73f1c31a9dde8f88a3b1 /README.md | |
parent | e29a6e10bb687cb2a4dca84e8c41bd50948ee534 (diff) |
Remove "regular" test marking
Remove the "regular" test marking to simplify things. At the moment
it provides no real separation from the set of tests proscribed by
"not hwrequired", and things like J1939 need to be dynamically
skipped based on platform support instead of requiring manual mark
specification.
Bug-AGL: SPEC-3585
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic21cb84c499af9b63c83d145f3ffefaae4fda357
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,8 +79,8 @@ On target, the command would be: pytest /usr/lib/python3.8/site-packages/pyagl/tests ``` Note that the tests have been labelled with `pytest` markers to allow selecting or deselecting tests with the `pytest` '-k' option. Each binding's test are marked with the name of the binding, with additional markers that include: -* regular - all regular verb tests with expected values * hwrequired - verb tests requiring available physical hardware +* can_j1939 - CAN binding tests specific to J1939 protocol #### Examples Running just the tests for a single binding (audiomixer): |