python/pytest/pytest\343\202\222\345\256\237\350\241\214\343\201\227\343\201\237\351\232\233\343\201\253\"collecting...\"\343\201\247\351\225\267\346\231\202\351\226\223\343\201\213\343\201\213\343\202\213.md
... ...
@@ -7,4 +7,7 @@ pytestを実行すると、`collecting...`表示で長時間かかる。
7 7
$ pytest -o "testpaths=[target path]" "[target path]"
8 8
```
9 9
10
-`[target path]`はディレクトリでもPythonファイルでも構わない。
... ...
\ No newline at end of file
0
+`[target path]`はディレクトリでもPythonファイルでも構わない。
1
+
2
+## 参考
3
+- [python - Pytest running very slow for project - Stack Overflow](https://stackoverflow.com/questions/55855702/pytest-running-very-slow-for-project)
... ...
\ No newline at end of file