こんなこと、ありませんか? 集計スクリプトを修正したら、別の計算がおかしくなっていた。 前は動いていたはずのコードが、データの形式を変えた途端に落ちた。 「動いてるから大丈夫」と思っていたら、出力結果がずっとずれていた。 製造現場でPython ...
I'm working on writing tests for a Python module that looks like this (edited for compactness and clarity, of course): class TestConsole(unittest.TestCase): def test_log_with_freecad(self): with patch ...