data-factory-testing-framework
data-factory-testing-framework copied to clipboard
Improve getting started documentation
I don't think the getting started is in a well enough shape to guide a citizen developer and thus I don't want to highlight it in the main README for now. If people have no exposure before to Python, the current getting started does not explain the following topics well enough:
- Mention python needs to be installed
- Selecting the Python interpreter in vscode
- How to write your first test
- How to run a test with test explorer / pytest
- Should we guide the user through setting up a requirements.txt?
- Should we guide the user in setting up a venv?