code-prettify

2019年7月24日 星期三

Pytest cannot discover test in vscode

If someone also encounters such issue in VSCode with pytest :



Just add `__init__.py` in your test folder, then the auto test discover mechanism will back to normal.