From 2120252dea39d052f6f18c34343018db80bf208e Mon Sep 17 00:00:00 2001 From: Sergey Pokhodenko Date: Wed, 23 Sep 2020 04:52:38 -0500 Subject: [PATCH] Add section about tests in readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a604287f91..1891b80c33 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,12 @@ Run examples: ```bash python examples/create_sycl_queues.py ``` + +Tests +===== +See tests in folder `dpctl/tests`. + +Run tests: +```bash +python -m unittest dpctl.tests +```