We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6332238 commit 6939136Copy full SHA for 6939136
backends/arm/README.md
@@ -79,30 +79,12 @@ test # Root test folder
79
80
Some example commands to run these tests follow. Run a single test:
81
82
-```
83
-python -m unittest backends.arm.test.ops.test_add.TestSimpleAdd -k test_add2_tosa_BI
84
85
-
86
-or with pytest
87
88
```
89
pytest -c /dev/null -v -n auto backends/arm/test/ops/test_add.py -k test_add2_tosa_BI
90
91
92
-Or all tests in "TestSimpleAdd":
93
94
95
-python -m unittest backends.arm.test.ops.test_add.TestSimpleAdd
96
97
98
Or discover and run many tests:
99
100
101
-python -m unittest discover -s backends/arm/test/ops/
102
103
104
105
106
107
pytest -c /dev/null -v -n auto backends/arm/test/ops/
108
0 commit comments