-
-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Divide tests/cli.rs into multiple files #85
Comments
Yes, this should eventually be done. |
Did you take a look a look at our current integration tests? Since those do
binary integration tests.
…On Sat, Apr 27, 2019, 12:00 Boastful Squirrel ***@***.***> wrote:
It's more like we'll eventually have to use the lib+bin approach, since,
as far as I know, Rust does not support integration tests for binary crates.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAANAG5DV4XXV55N3UMXDLPSQP4LANCNFSM4HI2BV6Q>
.
|
Of course I did. What do you mean exactly? |
@boastful-squirrel No known programming language in existence can achieve what you described. And integration tests weren't meant to do that either. Integration tests are meant to act as a user, use the program like a user, and expect to see what a user sees. So you are not meant to access |
The more features
miniserve
provides, the longer the file get.The text was updated successfully, but these errors were encountered: