Skip to content

Commit d6231d5

Browse files
committed
docs: Remove separation line in TESTING.md .
1 parent 44275f6 commit d6231d5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/TESTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Install the required dependencies:
1212
pip install pytest pyyaml
1313
```
1414

15-
---
16-
1715
## Running tests
1816

1917
### Run mock tests
@@ -24,8 +22,6 @@ python -m pytest tests/ -v -k mock
2422

2523
Executes tests using simulated registers. No hardware is required.
2624

27-
---
28-
2925
### Run hardware tests
3026

3127
```bash
@@ -34,8 +30,6 @@ python -m pytest tests/ -v --port /dev/ttyACM0
3430

3531
Runs tests on a connected STeaMi board.
3632

37-
---
38-
3933
### Run tests for a specific driver
4034

4135
```bash
@@ -44,8 +38,6 @@ python -m pytest tests/ -v --driver hts221 --port /dev/ttyACM0
4438

4539
Limits execution to a single driver.
4640

47-
---
48-
4941
### Run interactive tests
5042

5143
```bash

0 commit comments

Comments
 (0)