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 tests are generated with VSharp.Runner, tests extensions are always included into generated tests.
When we generate tests without special option --single-file they are generated into Extensions directory. When we use special option --single-file extensions are generated into file with tests.
Expected
Extensions are generated only when they are required for tests.
To reproduce
VSharp console runner with special option --single-file:
Description
When tests are generated with VSharp.Runner, tests extensions are always included into generated tests.
When we generate tests without special option
--single-file
they are generated into Extensions directory. When we use special option--single-file
extensions are generated into file with tests.Expected
Extensions are generated only when they are required for tests.
To reproduce
VSharp console runner with special option
--single-file
:The text was updated successfully, but these errors were encountered: