about summary refs log tree commit diff
path: root/src/doc/book/testing.md
AgeCommit message (Expand)AuthorLines
2017-02-13Port TRPL to mdbookSteve Klabnik-633/+0
2017-02-02Rollup merge of #38823 - Freyskeyd:doc-missingInformationCfgTest, r=steveklabnikGuillaume Gomez-0/+4
2017-01-24fix book: refer to `add_two` as "tested function"Raphael Das Gupta-1/+1
2017-01-24Fix doc cfg(test) and tests directoryFreyskeyd-0/+4
2016-12-13Simplify notes on testing and concurrencyWesley Moore-5/+4
2016-12-01Minor fix to testing concurrency sectionSteve Smith-5/+5
2016-11-17Rollup merge of #37766 - tarka:book-testing-concurrency-capture, r=steveklabnikGuillaume Gomez-0/+42
2016-11-14Remove thread-per-CPU bit as it may not be accurate.Steve Smith-6/+5
2016-11-14Typo in new sectionSteve Smith-1/+1
2016-11-14Add sections about concurrency and stdout/err capture to the Testing chapter ...Steve Smith-0/+43
2016-11-13Improved punctuation, capitalization, and sentence structure of code snippet ...Angelo Polo-1/+1
2016-11-10Ignore tests failing due to lack of `fn main`Trotter Cashion-7/+9
2016-11-10Remove extraneous wordTrotter Cashion-1/+1
2016-11-10Change project path for consistencyTrotter Cashion-5/+5
2016-11-10Remove `mod tests` from earlier sectionsTrotter Cashion-62/+51
2016-11-10Instruct play.rust-lang.org to treat code as testsTrotter Cashion-2/+46
2016-11-08Update testing.md to reflect changes to cargo newTrotter Cashion-50/+76
2016-10-30Update "Testing" chapter for 1.12Pieter Frenssen-35/+39
2016-10-19Fix grammatical errors in `tests` directory docsPaul Osborne-3/+3
2016-07-03Fix a few typos in the docSylvestre Ledru-1/+1
2016-06-07Rollup merge of #34060 - JDemler:master, r=steveklabnikSteve Klabnik-4/+10
2016-06-03document of shared modules for integration testsJakob Demler-2/+7
2016-06-03Fixed ambiguous explanaiton of tests/ directoryJakob Demler-2/+3
2016-05-22Rename main thread from "<main>" to "main".Wangshan Lu-1/+1
2016-05-11trivial fixes to documentation (book)bnewbold-2/+2
2016-03-08Remove final note from testing chapter.Pyfisch-4/+0
2016-01-29Add main() so that examples workSteve Klabnik-0/+11
2016-01-09Remove many instances of 'just'Steve Klabnik-1/+1
2015-12-11book: Add missing punctuationOri Avtalion-1/+1
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+510