ws1088
ws1088
 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...
thanks!