Stay Hungry,Stay Foolish!

摘要: The Twelve-Factor App https://12factor.net/ Introduction In the modern era, software is commonly delivered as a service: called web apps, or software- 阅读全文
posted @ 2022-09-30 23:57 lightsong 阅读(45) 评论(0) 推荐(0) 编辑
摘要: pytest https://docs.pytest.org/en/7.1.x/contents.html # content of test_sample.py def func(x): return x + 1 def test_answer(): assert func(3) == 5 A h 阅读全文
posted @ 2022-09-30 22:45 lightsong 阅读(26) 评论(0) 推荐(0) 编辑
摘要: loguru https://loguru.readthedocs.io/en/stable/index.html 开箱即用,简化用户配置。 Loguru is a library which aims to bring enjoyable logging in Python. Did you ev 阅读全文
posted @ 2022-09-30 16:47 lightsong 阅读(93) 评论(0) 推荐(0) 编辑
Life Is Short, We Need Ship To Travel