summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-09-30 11:33:29 -0400
committerScott Murray <scott.murray@konsulko.com>2020-09-30 19:26:53 -0400
commitccd9a05cd6540c11601b83ccaa206127725bf5fd (patch)
treef6305e8f703bcc285c5f73f1c31a9dde8f88a3b1 /README.md
parente29a6e10bb687cb2a4dca84e8c41bd50948ee534 (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.md2
1 files changed, 1 insertions, 1 deletions
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):