We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44275f6 commit d6231d5Copy full SHA for d6231d5
1 file changed
tests/TESTING.md
@@ -12,8 +12,6 @@ Install the required dependencies:
12
pip install pytest pyyaml
13
```
14
15
----
16
-
17
## Running tests
18
19
### Run mock tests
@@ -24,8 +22,6 @@ python -m pytest tests/ -v -k mock
24
22
25
23
Executes tests using simulated registers. No hardware is required.
26
27
28
29
### Run hardware tests
30
31
```bash
@@ -34,8 +30,6 @@ python -m pytest tests/ -v --port /dev/ttyACM0
34
35
Runs tests on a connected STeaMi board.
36
32
37
38
39
33
### Run tests for a specific driver
40
41
@@ -44,8 +38,6 @@ python -m pytest tests/ -v --driver hts221 --port /dev/ttyACM0
44
45
Limits execution to a single driver.
46
47
48
49
### Run interactive tests
50
42
51
43
0 commit comments