<div dir="ltr">This proposal sounds similar to allowing regular modules (lib+exec) inside Tests/ and IMO that is better than just allowing executables and is more general. Right now we error out when some directory doesn&#39;t have Tests prefix in Tests/ folder, We can just allow that and use same rule of main.swift to distinguish between lib and exec.<div><br><div>George, would doing that solve your problem?</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 12, 2016 at 6:39 AM, Daniel Dunbar via swift-build-dev <span dir="ltr">&lt;<a href="mailto:swift-build-dev@swift.org" target="_blank">swift-build-dev@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">This change makes sense to me, and the proposal looks good.<div><br></div><div>This change makes sense on its own, but it should also mitigate the current pain point where we don&#39;t have test-only dependencies, so people can&#39;t easily have &quot;example&quot; main executables which don&#39;t get build by downstream clients.</div><div><br></div><div>A couple minor comments inline...</div><div><br></div><div><div><div><div class="h5"><blockquote type="cite"><div>On Jul 7, 2016, at 4:07 PM, George King via swift-build-dev &lt;<a href="mailto:swift-build-dev@swift.org" target="_blank">swift-build-dev@swift.org</a>&gt; wrote:</div><br class="m_-1717723579136994304Apple-interchange-newline"><div><div style="word-wrap:break-word"><h1 id="m_-1717723579136994304test-executables-by-convention" style="padding-bottom:0.3em;line-height:1.2;border-bottom-width:1px;border-bottom-style:solid;font-weight:normal;border-color:rgba(255,255,255,0.180392);font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal"><span style="font-size:12px">Hello, here is a rough draft proposal, inspired by a conversation with Daniel Dunbar last week on the Slack channel. I realize it is light on details, but hopefully this will be a starting point for figuring out how to better support building dedicated test executable targets. Let me know what you think, and if there is anything else I can do to move this forward. Thanks, -George</span></h1><h1 id="m_-1717723579136994304test-executables-by-convention" style="padding-bottom:0.3em;line-height:1.2;border-bottom-width:1px;border-bottom-style:solid;font-weight:normal;border-color:rgba(255,255,255,0.180392);font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal">Test Executables</h1><ul style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><li>Proposal: <a style="text-decoration:none">SE-NNNN</a></li><li>Author: <a href="https://github.com/gwk" style="text-decoration:none" target="_blank">George King</a></li><li>Status: <strong>Awaiting review</strong></li><li>Review manager: TBD</li></ul><h2 id="m_-1717723579136994304introduction" style="font-weight:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Introduction</h2><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">The package manager currently supports testing via XCTest, but does not provide support for other testing methodologies. In particular, facilities for building test executables directly in the package manager would make command line testing of Swift packages easier and more robust.</p><h2 id="m_-1717723579136994304motivation" style="font-weight:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Motivation</h2><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><font><a href="https://en.wikipedia.org/wiki/Integration_testing" style="text-decoration:none" target="_blank">Integration testing</a> is, broadly speaking, the practice of testing multiple software components such as functions and classes (which may be &quot;unit tested&quot; individually) in aggregate. Integration tests can reveal bugs arising from interactions between components, can validate the intended usage patterns for individual components, and serve as references for that intended usage.</font></p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">XCTest offers <a href="https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/03-testing_basics.html#//apple_ref/doc/uid/TP40014132-CH3-SW8" style="text-decoration:none" target="_blank">facilities</a> for unit testing, performance testing,and GUI testing, but not for testing the basic IO behavior of a process. Since the swift package manager supports building command-line executables, it should support testing them as well.</p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Consider the existing features of swiftpm as two orthogonal axes:</p><ul style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><li>Build, Test</li><li>Library, Executable</li></ul><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Of the four combinations, only &quot;Test Executable&quot; is missing.</p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">One preliminary step towards process-based testing would be to add conventions for building executables that are meant strictly for testing, rather than for public usage. These would be exercised by some external testing harness; adding such capabilities to XCTest is beyond the scope of this proposal.</p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Currently, test executables can simply be placed in the <code style="line-height:19px">Sources</code>, where they are compiled as regular executable targets. Distinguishing them as test executables would be helpful for several reasons:</p><ul style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><li>Putting all test code in the <code style="line-height:19px">Tests</code> directory will prevent test executables from being exposed to library consumers, and clarifies developer intent.</li><li>For simple projects that produce a single library module, adding a test executable no longer necessitates moving the library code from <code style="line-height:19px">Sources/</code> to <code style="line-height:19px">Sources/[<wbr>Module]</code> to allow for the second target.</li><li>Test executables would only be built by <code style="line-height:19px">swift test</code>, not <code style="line-height:19px">swift build</code>.</li></ul><h2 id="m_-1717723579136994304proposed-solution" style="font-weight:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Proposed solution</h2><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><font face="Helvetica"><code style="line-height:19px">swift test</code> should distinguish between unit test directories and executable directories, just as <code style="line-height:19px">swift build</code> distinguishes between libary and executable directories.</font></p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">The <code style="line-height:19px">test</code> command should, upon encountering a test executable directory, build the executable.</p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">If the test executable build fails, <code style="line-height:19px">test</code> should report a test failure and return a nonzero exit code.</p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">If the build succeeds, <code style="line-height:19px">test</code> should report a test success and clearly output the path to the resulting test executable, for consumption by external test harness scripts.</p><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Future improvements could include invoking a test command specified in <code style="line-height:19px">Package.swift</code> upon successful build.</p><h2 id="m_-1717723579136994304detailed-design" style="font-weight:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Detailed design</h2><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">I am unclear on the exact semantics of <code style="line-height:19px">@testable import</code> (I see no difference when I remove the<code style="line-height:19px">@testable</code> modifier from a test case), but I assume it has to do with linking a unit test against the library under test. Superficially, it makes sense that a test executable would have the same requirements and use the same syntax.</p><div><br></div></div></div></blockquote><div><br></div></div></div>@testable just gives you access to code which is `internal`, *if* the module was built with testability enabled. I don&#39;t think this proposal needs any change to manage it.<span class=""><br><blockquote type="cite"><div><div style="word-wrap:break-word"><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><font face="Helvetica"><code style="line-height:19px">swift test</code> should output a list of successfully built executable test paths, for consumption by an external test harness. This should be a text file listing one path per line, so that simple shell scripts can run the tests without having to parse formats like json or yaml. The list should contain only executables that built successfully (or where deemed unchanged by dependency calculation), so that nonexistant and/or stale tests do not get executed. If a use case emerges that requires a list of all tests, then perhaps a complete listing could be produced separately.</font></p></div></div></blockquote><div><br></div></span>I don&#39;t think we should prescribe `swift test` output for these executables. Is what you want a mechanism so the tests know where to find them? If so, I would probably something else where SwiftPM just writes a compact representation of what it built into the build directory -- those kinds of small tool behaviors (versus package convention / manifest) don&#39;t need to be at the level of a Swift evolution proposal though.</div><div><br></div><div>As for doing it in a way that tests won&#39;t need to rerun if it has changed, I think that is out of scope for this proposal. There are too many other complicated factors (like what if the executable picks up some data file which *has* changed) for it to seem like something to role into what is an otherwise straightforward proposal.</div><div><br></div><div> - Daniel<br><blockquote type="cite"><div><span class=""><div style="word-wrap:break-word"><h2 id="m_-1717723579136994304impact-on-existing-code" style="font-weight:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Impact on existing code</h2><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">None; <code style="line-height:19px">swift test</code> currently appears to ignore subdirectories in <code style="line-height:19px">Tests</code> that do not contain XCTest-based unit tests.</p><h2 id="m_-1717723579136994304alternatives-considered" style="font-weight:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">Alternatives considered</h2><h3 id="m_-1717723579136994304no-action" style="font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><span style="font-size:15px;font-weight:normal">No action</span></h3><p style="font-size:14px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px">See the list of problems with treating test executables as regular targets in the &quot;Motivation&quot; section above.</p><h3 id="m_-1717723579136994304complete-integration-testing-with-xctest" style="font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><span style="font-size:15px;font-weight:normal">Complete integration testing with XCTest</span></h3><p style="font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;line-height:22px"><span style="font-size:14px">This would be a much larger undertaking, and it seems likely that such a solution would necessitate the essentials of </span><span style="font-size:14px">this proposal anyway.</span></p></div></span>______________________________<wbr>_________________<span class=""><br>swift-build-dev mailing list<br><a href="mailto:swift-build-dev@swift.org" target="_blank">swift-build-dev@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-build-dev" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-build-<wbr>dev</a><br></span></div></blockquote></div><br></div></div><br>______________________________<wbr>_________________<br>
swift-build-dev mailing list<br>
<a href="mailto:swift-build-dev@swift.org">swift-build-dev@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-build-dev" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-build-<wbr>dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Ankit<br><br></div>
</div>