Why doctest can't find functions defined on the same file when executed with tesfile?

前端 未结 0 525
栀梦
栀梦 2020-11-30 05:36

I have a package mypackage where I have foo.py

# mypackage/foo.py
def foo():
    """
    >>> 1
    1

    &g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题