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
When running the ginkgo generate -internal it creates a test file with the same name as without the -internal flag.
Most of the time I want to generate white box and blackbox tests.
It would be handy if adding the -internal flag would add _internal to the generated file name:
$ something_internal_tests.go
From looking around, it looks like this is a convention for internal tests.
The text was updated successfully, but these errors were encountered:
When running the
ginkgo generate -internal
it creates a test file with the same name as without the-internal
flag.Most of the time I want to generate white box and blackbox tests.
It would be handy if adding the
-internal
flag would add_internal
to the generated file name:From looking around, it looks like this is a convention for internal tests.
The text was updated successfully, but these errors were encountered: