DISQUS

jessenoller.com comments: Pythoscope: Unit test generation for Python.

  • Jean-Paul · 1 year ago
    Why does it generate two test methods named "test_object_initialization"?
  • PaulHildebrandt · 1 year ago
    Cool, the project hasn't been out that long and people are already interested. Thanks for blogging about it and posting a test Jesse. Jean-Paul, it looks like pythoscope doesn't handle nested classes. I guess that's okay for a 0.2.1 release. I've entered a bug on lunchpad:
    https://bugs.launchpad.net/pythoscope/+bug/260924
    With a simplified test case.

    Paul
  • MichaƂ Kwiatkowski · 1 year ago
    And the bug has been fixed, Pythoscope now handles inner classes correctly. Thanks for the bug report, Paul! :-)