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 1fe6daf commit 60fb73dCopy full SHA for 60fb73d
CONTRIBUTING.md
@@ -54,6 +54,6 @@ cd ./test
54
and the python tests by executing
55
56
```bash
57
-cd ./test
58
-pytest -sv .
+cd ../../test
+pytest -sv test_xcpp_kernel.py
59
```
README.md
@@ -52,7 +52,8 @@ cd test
52
53
and
to perform the python tests.
0 commit comments