Skip to content

Commit 46ca29c

Browse files
author
Roberto Sora
committed
add testing information in README.md
1 parent db91427 commit 46ca29c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,20 @@ Because:
333333
#### How can I find the core/FQBN for a board?
334334

335335
See: https://github.com/arduino/arduino-cli#step-4-find-and-install-the-right-core
336+
337+
# Testing
338+
339+
Currently Unit and Integration test are available for launch in 2 ways:
340+
341+
1. classic `go test ./...` to launch both unit and integration test
342+
343+
2. via [task](https://taskfile.dev) that includes the following options:
344+
345+
```
346+
* build: Build the project
347+
* test: Run the full testsuite
348+
* test-integration: Run integration tests only
349+
* test-unit: Run unit tests only
350+
```
351+
352+
For Example to launch unit tests only run: `task test-unit`

0 commit comments

Comments
 (0)