Lots of mocking to test a small trivial method - can this be cleaned up?

后端 未结 0 1329
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 14:55

Here is a hypothetical src/utils.py:

def build_slug(a, b, c):
    return f\'{a}-{b}+{c}\'

And

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