about summary refs log tree commit diff
path: root/doc/guide-testing.md
AgeCommit message (Collapse)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-262/+0
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files
2014-01-18Consistent formatting for args and attrskorenchkin-9/+9
2014-01-17Fixup in guide-testing.mdPetter Remen-2/+2
Added back-quotes around #[cfg(test)] which was otherwise being interpreted as starting a header
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-2/+1
This trait seems to stray too far from the mandate of a standard library as implementations may vary between use cases.
2014-01-07doc: Highlight the testing guide correctlyBrian Anderson-22/+22
2014-01-07doc: Title guides consistentlyBrian Anderson-1/+1
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-0/+263
Ensure configure creates doc/guides directory Fix configure makefile and tests Remove old guides dir and configure option, convert testing to guide Remove ignored files Fix submodule issue prepend dir in makefile so that bor knows how to build the docs S to uppercase