-
Notifications
You must be signed in to change notification settings - Fork 29
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
Components tests are not run with cargo test
at the root of foxbox
#449
Comments
I don't see a simple way to run every tests with I didn't call it explicitly when I merged the first component, but I added a script that runs every test in every component. This script is executed by Travis at each commit. Worst case scenario, if someone would like to run the tests in taxonomy, s/he can also cd into the subcrate and Finally, we can customize the test target. However if we did so, we have to list every single file that contains a test. That doesn't seem a smart way to go. Thenceforth, I'd recommend to stick with |
I think that departing from |
That makes sense. We should be consistent across all |
cargo test
at the root of foxbox
STR:
cargo test
Expected:
Observed:
That's been the case since the
components
reorganization. That's... not great.ping @JohanLorenzo & @julienw
The text was updated successfully, but these errors were encountered: