jttoivon / x

0 stars 2 forks source link

week 1 exercise 20 (use module) #2

Closed jttoivon closed 5 years ago

jttoivon commented 5 years ago

Problem with test cases. First check that an attribute (such as docstring) exists, then check its length. This way we should get a better error message.

Note that the docstring must be the first non empty/comment line of the file.

jttoivon commented 5 years ago

Fixed.