Skip to content

Commit 86828c9

Browse files
authored
Add section about tests in readme (#60)
1 parent 8db38c0 commit 86828c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ Run examples:
5353
```bash
5454
python examples/create_sycl_queues.py
5555
```
56+
57+
Tests
58+
=====
59+
See tests in folder `dpctl/tests`.
60+
61+
Run tests:
62+
```bash
63+
python -m unittest dpctl.tests
64+
```

0 commit comments

Comments
 (0)