maraino / go-mock

A mocking framework for the Go Programming Language.
MIT License
35 stars 12 forks source link

Don't import the "testing" package #5

Closed abesto closed 8 years ago

abesto commented 8 years ago

Importing "testing" in a file not named *_test.go results in tons of test.* flags being added to any compiled binary including this package.

(This issue has been introduced by my previous PR, sorry about that. It's only fair I clean up.)

maraino commented 8 years ago

Sounds good merging.

abesto commented 8 years ago

Great, thanks!