-
Notifications
You must be signed in to change notification settings - Fork 1.7k
UI Test Cleanup: Split up checked_unwrap tests #4276
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
Conversation
A small bike-shedding opportunity: I'm totally open to other naming schemes for these files:
🚲 🏚️ |
Maybe r=me with telling names (simple and complex is also good enough IMO) |
This splits up `tests/ui/checked_unwrap.rs` into: * `tests/ui/checked_unwrap/complex.rs` * `tests/ui/checked_unwrap/simple.rs` Based on the naming of the methods in the tests. cc rust-lang#2038
@bors r=flip1995 I changed the filenames to include |
📌 Commit 48bff49 has been approved by |
UI Test Cleanup: Split up checked_unwrap tests Let's slowly bring that ticket closer to the finish line 🐌 🏁 This splits up `tests/ui/checked_unwrap.rs` into: * `tests/ui/checked_unwrap/complex.rs` * `tests/ui/checked_unwrap/simple.rs` Based on the naming of the methods in the tests. cc #2038
💔 Test failed - checks-travis |
@bors retry (forgot the changelog) |
UI Test Cleanup: Split up checked_unwrap tests Let's slowly bring that ticket closer to the finish line 🐌 🏁 This splits up `tests/ui/checked_unwrap.rs` into: * `tests/ui/checked_unwrap/complex.rs` * `tests/ui/checked_unwrap/simple.rs` Based on the naming of the methods in the tests. changelog: none cc #2038
☀️ Test successful - checks-travis, status-appveyor |
Yay, so that works 🎉 |
Let's slowly bring that ticket closer to the finish line 🐌 🏁
This splits up
tests/ui/checked_unwrap.rs
into:tests/ui/checked_unwrap/complex.rs
tests/ui/checked_unwrap/simple.rs
Based on the naming of the methods in the tests.
changelog: none
cc #2038