程式語言 - Python - 如何讓Unittest只跑幾個特定的檔案



參考資訊:
https://stackoverflow.com/questions/44965533/how-to-enable-custom-test-discovery-with-unittest-while-using-xmlrunner

$ python3 -m xmlrunner -o result discover -s . -p "test_c1*"

P.S. -s(start folder)、-p(pattern)