File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 65
65
- go generate ./...
66
66
- task : go:format
67
67
68
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-task/Taskfile.yml
68
69
go:test :
69
70
desc : Run unit tests
70
71
cmds :
77
78
-coverprofile=coverage_unit.txt \
78
79
{{default .DEFAULT_GO_PACKAGES .GO_PACKAGES}}
79
80
81
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-integration-task/Taskfile.yml
80
82
go:test-integration :
81
83
desc : Run integration tests
82
84
deps :
Original file line number Diff line number Diff line change
1
+ # Source:
2
+ # https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-python/__init__.py
1
3
# Copyright 2020 ARDUINO SA(http: // www.arduino.cc/)
2
4
#
3
5
# This software is released under the GNU General Public License version 3,
Original file line number Diff line number Diff line change
1
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-python/pytest.ini
1
2
[pytest]
2
3
filterwarnings =
3
4
error
Original file line number Diff line number Diff line change
1
+ # Source:
2
+ # https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-integration/test_all.py
1
3
# Copyright 2020 ARDUINO SA(http: // www.arduino.cc/)
2
4
#
3
5
# This software is released under the GNU General Public License version 3,
You can’t perform that action at this time.
0 commit comments