Skip to content

Commit

Permalink
Merge pull request #454 from Gevrai/gejo-move-expecter-test
Browse files Browse the repository at this point in the history
Move generated ExpecterTest to mocks directory
  • Loading branch information
LandonTClipp committed May 24, 2022
2 parents 46c61f0 + cde38d9 commit 9dba1fd
Show file tree
Hide file tree
Showing 8 changed files with 489 additions and 602 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ test: mocks
mocks: $(shell find . -type f -name '*.go' -not -name '*_test.go')
go run . --dir pkg/fixtures --output mocks/pkg/fixtures
go run . --all=false --print --dir pkg/fixtures --name RequesterVariadic --structname RequesterVariadicOneArgument --unroll-variadic=False > mocks/pkg/fixtures/RequesterVariadicOneArgument.go
go run . --all=false --print --dir pkg/fixtures --name ExpecterTest --structname ExpecterTestWithExpecter --with-expecter=True > mocks/pkg/fixtures/ExpecterTestWithExpecter.go
go run . --all=false --print --dir pkg/fixtures --name Expecter --with-expecter > mocks/pkg/fixtures/Expecter.go
@touch mocks

.PHONY: install
Expand Down
243 changes: 243 additions & 0 deletions mocks/pkg/fixtures/Expecter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 0 additions & 104 deletions mocks/pkg/fixtures/ExpecterTest.go

This file was deleted.

0 comments on commit 9dba1fd

Please sign in to comment.