Jason Klebes

Results 3 comments of Jason Klebes

You can assign me. But how do you run your unit tests? ``hatch test test/test.py`` didn't do it.

Yes the "Lahore" case works now / bug can't be reproduced, even without changing the code. Something changed on wikipedia. ```` is no longer in the html source. I'll fix...

The code: ``` my_function(1,2) # => "Entering function my_function" # => "3" # => "Exiting function my_function" # But there's a problem. # What happens if we try to get...