Skip to content

Commit

Permalink
Remove Go tests. They were superseded by golden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jun 13, 2024
1 parent aac4005 commit 084cf98
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 224 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ docs-serve: ## Preview the documentation
.PHONY: test
test: commodore_args += -f tests/$(instance).yml
test: .compile ## Compile the component
@echo
@echo
@cd tests && go test -count 1 ./...

.PHONY: gen-golden
gen-golden: commodore_args += -f tests/$(instance).yml
Expand Down
31 changes: 0 additions & 31 deletions tests/go.mod

This file was deleted.

94 changes: 0 additions & 94 deletions tests/go.sum

This file was deleted.

59 changes: 0 additions & 59 deletions tests/unit/boilerplate_test.go

This file was deleted.

37 changes: 0 additions & 37 deletions tests/unit/defaults_test.go

This file was deleted.

0 comments on commit 084cf98

Please sign in to comment.