ws1088

Results 4 comments of ws1088

![image](https://user-images.githubusercontent.com/3947543/123200425-8c908900-d465-11eb-9606-f6895906dea5.png) Example attached[ [bug.zip](https://github.com/kondratyev-nv/vscode-python-test-adapter/files/6706125/bug.zip) ](url) open bug.code-workspace and use pytest to discover the tests. try clicking the discovered test (by Python Test Explorer) and you will notice that it fail...

cookiecutter 1.7+ support `--directory` option which should work?https://cookiecutter.readthedocs.io/en/1.7.2/advanced/directories.html

can you also consider adding variable docstring? ```python a_variable: int = 0 """this is the docstring for a_variable""" ``` ```python class Fields_Obj: DefaultValue=None """Get/set the default value of the data...