Commit Graph

7 Commits

Author SHA1 Message Date
dog
497ab8fe21 Update Documentation For Minimum Requirements 2018-05-26 02:08:51 -07:00
Marc Chan
e26b834dd8 Fix typo and minor style issues in all READMEs (#1356)
* Fix typo and style in README template

* Fix `shold` to `should`
* Fix minor style issues in `### Common pytest options`
* Add blank line after all headers

* Regenerate all READMEs

* Remove redundant periods in READMEs
2018-03-05 10:45:39 -06:00
Corey McCandless
875a78a642 add "Running the tests" section to README template (#1271)
* add "Running the tests" section to README template

* regenerate README files with new template

* rewrite Running the tests section for clarity

* -switch to a plaintext-readable format
-add link explaining py.test vs pytest
2018-02-26 12:03:28 -06:00
Katrina Owen
780fceea09 Regenerate exercise READMEs using updated template 2018-02-04 11:56:00 -07:00
Katrina Owen
23aaeafcb9 Inline the exercise README insert into the template
Now that we have a template we don't need to have a separate README insert.
2018-02-04 11:52:17 -07:00
Nathan Parsons
f53e2ef08b Implement checks for raising messages with exceptions (#1113)
* Implement checks for messages being raised with exceptions
(Fixes #1080)

* Add self.assertRaisesWithMessage method to relevant exercise tests
    - Uses self.assertRaisesRegex
    - Checks only for the presence of a message, not content
* Add meaningful messages to failing examples
* octal: Switch to using a context manager for exception tests

* Add note regarding error messages to the insert

* simple-linked-list: Move hints.md to correct location

* simple-cipher: Remove extra whitespace from lines

* collatz-conjecture: Update hints.md

* Regenerate README to include exceptions section
2017-12-12 12:11:43 -06:00
Rodrigo Oliveira
f236ea1ff6 Implement exercise binary-search-tree (#773) 2017-11-13 21:09:54 +00:00