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
Hi! First of all — thank's for awesome project.
Recently i've faced a situation where i'd like to automatically import main module into tests via @testable import MyTargetName but, unfortunately, module_info is missing any info about app targets.
From what i see — this will need some changes to content_generator.rb but i'm not familiar with Ruby so i'd like to get some help.
P.S. I've managed to workaround this with @testable import {{ module_info.project_name }} for now but ofc that's because my Project name == my main target name.
The text was updated successfully, but these errors were encountered:
Hi! First of all — thank's for awesome project.
Recently i've faced a situation where i'd like to automatically import main module into tests via
@testable import MyTargetName
but, unfortunately, module_info is missing any info about app targets.From what i see — this will need some changes to content_generator.rb but i'm not familiar with Ruby so i'd like to get some help.
P.S. I've managed to workaround this with
@testable import {{ module_info.project_name }}
for now but ofc that's because my Project name == my main target name.The text was updated successfully, but these errors were encountered: