在使用 pytest 時,有些 test-case 是在 開發 階段才需要跑。上到 daily job 時,可以跳過這些 test-case
找了一下 pytest 的作法,可以用 mark 的方式達成

Reference

Comments

2022-08-23