Skip to content

Update form exercism#1

Merged
josix merged 73 commits into
josix:masterfrom
exercism:master
Oct 25, 2017
Merged

Update form exercism#1
josix merged 73 commits into
josix:masterfrom
exercism:master

Conversation

@josix
Copy link
Copy Markdown
Owner

@josix josix commented Oct 25, 2017

No description provided.

ackerleytng and others added 30 commits October 10, 2017 06:41
Add parameters to exercise placeholder for variable-length-quantity.

Also changed variable naming from bytes to bytes_ to avoid shadowing
python's bytes

Fixes: #651
Added license information to README.md
cmccandless and others added 29 commits October 23, 2017 12:04
added comma
"If you're new to Git, take a look at..."
Fix grammatical error in README.md
markdown: Do not add <p> to list items
[This leap solution](http://exercism.io/submissions/7ef5b0ab93b540f79cdee9f153e0a21c) should not pass the unit test, since it checks whether `year % 100` and `year % 400` are equal in order to tell whether the year it has been passed is a leap year. This works for 2016 because `2016 % 100` and `2016 % 400` both evaluate to 16.

1996, another leap year that is divisible by 4 but not 100, does not have this property and, under that solution, would falsely not be classed as a leap year.
Update to canonical-data v1.2.0: Swap '2016' for '1996' to stop faulty logic from passing unit test in Leap
complex-numbers: Fix spelling mistake
Adds HINTS file to "rail-fence-cipher"
Adds HINTS file to "simple-cipher"
Adds HINTS file to "rotational-cipher"
Adds HINTS file to "robot-name"
…h Python2 and Python3 (#506)

* Update TESTS.md

Provides information on the different types of "pytest" available, as well as switched "py.test" to "pytest", as recommended here (pytest-dev/pytest#1629 (comment)).

* Fixed a typo.

* Small edit.

* Update TESTS.md

Cleaned it up, addressed what user "N-Parsons" commented on, fixed some errors, and added new information.

* Small Change to "PDB" Section.
@josix josix merged commit cb7bf61 into josix:master Oct 25, 2017
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.