From ccd9a05cd6540c11601b83ccaa206127725bf5fd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 30 Sep 2020 11:33:29 -0400 Subject: 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 Change-Id: Ic21cb84c499af9b63c83d145f3ffefaae4fda357 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index be8c283..e99f9c7 100644 --- a/README.md +++ b/README.md @@ -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): -- cgit 1.2.3-korg