Chad Sharp
Chad Sharp
Not at present.
Yep, this needs to be updated. Currently the manual says: > Though modern technology has obsoleted the need to keep lines capped at 80 characters, it is still a guideline...
132 now just like the IDE
How do they generate the error messages? We can always add "AssertionError" to the list of exceptions we catch in the check decorator and do a manual conversion fo `check50.Failure`....
Yeah, `import_checks` is a bit of a misnomer. Really it just gets you a module from a file path, after which you have to do `from x import *` or...
@tinycrimsonpandas Could you print the output of `check50 --version` please? Also `pip show lib50`. @kzidane Do you know where are we querying the Github API with passwords? I think we...
@kzidane Can we try updating `check50` in the sandbox to 3.2?
I can look into this if you send me some example code?
I really, really don't recommend importing student code directly into your test. Technically, we provide an API function for this (`check50.py.import_` which is basically a wrapper around what you did...
The infrastructure now exists, however, the translations still need to be done.