bolo17

Exercism Python Track!!

May 17th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Exercism Python Track!!
  2. Are you still looking for contributions on this issue ( implementing the 36 exercises not part of the python track). Also just curious to know why you think certain problems don't make sense for the python track (I haven't looked through all the exercises so just asking for my information :) )
  3. Conventions
  4. We use minimalistic stub files for all exercises (#272).
  5. We use unittest (Python Standard Library) and no 3rd-party-framework.
  6. We use the parameter order self.assertEqual(actual, expected) (#440).
  7. We use context managers (with self.assertRaises(\<exception type\>):) for testing for exceptions (#477).
  8. We use an established utility method to confirm that expected exceptions contain a non-empty message. This method must be included for any test class with an exception-based test case.
  9. for more:http://exe.io/BbScTH
Add Comment
Please, Sign In to add comment