Skip to content

Commit 60fb73d

Browse files
authored
Update pytest instructions in documentation (#130)
* Update pytest instructions in documentation * Address PR comments
1 parent 1fe6daf commit 60fb73d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ cd ./test
5454
and the python tests by executing
5555

5656
```bash
57-
cd ./test
58-
pytest -sv .
57+
cd ../../test
58+
pytest -sv test_xcpp_kernel.py
5959
```

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ cd test
5252
```
5353
and
5454
```bash
55-
pytest -sv .
55+
cd ../../test
56+
pytest -sv test_xcpp_kernel.py
5657
```
5758
to perform the python tests.
5859

0 commit comments

Comments
 (0)