You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am happy user of Ginkgo for almost five years.
I am always puzzled by the default behaviour of ginkgo generate command. It generates output that includes dot import of the package under test. (Ie. import . my_package)
I went through repositories of some main Ginkgo contributors and saw that they don't do the dot import. It is similar to my experience - dot imports make code reading harder.
I propose to replace dot import with normal import in the test.
The text was updated successfully, but these errors were encountered:
Hi there
I am happy user of Ginkgo for almost five years.
I am always puzzled by the default behaviour of
ginkgo generate
command. It generates output that includes dot import of the package under test. (Ie.import . my_package
)I went through repositories of some main Ginkgo contributors and saw that they don't do the dot import. It is similar to my experience - dot imports make code reading harder.
I propose to replace dot import with normal import in the test.
The text was updated successfully, but these errors were encountered: