Ad
  • Default User Avatar

    I also ended up importing just the needed method rather than the entire module. But I still don't understand why the tests pass when importing the entire module but then the first test throws a NameError when running submit. It seems like an error in the Kata unit tests but I'm not experienced enough in Python to know for sure. Kind of frustrating if the unit tests have a deleterious effect on the code under test.