Skip to content

Commit 6939136

Browse files
authored
Arm backend: Only describe pytest and not python unittest in README.md (#9709)
Signed-off-by: Zingo Andersen <[email protected]>
1 parent 6332238 commit 6939136

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

backends/arm/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,30 +79,12 @@ test # Root test folder
7979

8080
Some example commands to run these tests follow. Run a single test:
8181

82-
```
83-
python -m unittest backends.arm.test.ops.test_add.TestSimpleAdd -k test_add2_tosa_BI
84-
```
85-
86-
or with pytest
87-
8882
```
8983
pytest -c /dev/null -v -n auto backends/arm/test/ops/test_add.py -k test_add2_tosa_BI
9084
```
9185

92-
Or all tests in "TestSimpleAdd":
93-
94-
```
95-
python -m unittest backends.arm.test.ops.test_add.TestSimpleAdd
96-
```
97-
9886
Or discover and run many tests:
9987

100-
```
101-
python -m unittest discover -s backends/arm/test/ops/
102-
```
103-
104-
or with pytest
105-
10688
```
10789
pytest -c /dev/null -v -n auto backends/arm/test/ops/
10890
```

0 commit comments

Comments
 (0)