Skip to content

Make tests private#5895

Closed
huonw wants to merge 3 commits into
rust-lang:incomingfrom
huonw:no-pub-tests
Closed

Make tests private#5895
huonw wants to merge 3 commits into
rust-lang:incomingfrom
huonw:no-pub-tests

Conversation

@huonw

@huonw huonw commented Apr 15, 2013

Copy link
Copy Markdown
Contributor

This patch is a sledge hammer that moves all tests into #[cfg(test)] mod test { .. }, and makes them private, there were several instances of pub mod tests { #[test] pub fn ... }.

(The reason for this is I was playing with using syntax to index code (result so far) and it was getting some junk from the tests.)

The rustdoc commit is particularly brutal, so it's fine if that one isn't landed.

bors added a commit that referenced this pull request Apr 16, 2013
This patch is a sledge hammer that moves all tests into `#[cfg(test)] mod test { .. }`, and makes them private, there were several instances of `pub mod tests { #[test] pub fn ... } `.

(The reason for this is I was playing with using `syntax` to index code ([result so far](http://www.ug.it.usyd.edu.au/~hwil7821/rust-api/)) and it was getting some junk from the tests.)

The rustdoc commit is particularly brutal, so it's fine if that one isn't landed.
@bors bors closed this Apr 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants