assertTrue (9 // 3 == 3) ... Save the above file as unit_testing.py and it can be executed just like a normal python file. ... python -m unittest test_module ...
確定! 回上一頁