|
|
6 일 전 | |
|---|---|---|
| .. | ||
| tests | 6 일 전 | |
| tutorial_modules | 6 일 전 | |
| .gitignore | 6 일 전 | |
| .python-version | 6 일 전 | |
| Makefile | 6 일 전 | |
| README.md | 6 일 전 | |
| poetry.lock | 6 일 전 | |
| pyproject.toml | 6 일 전 | |
This package is designed to be used with the accompanying Python tutorials.
If you are a user of the tutorials, please visit the above link. Developer's of these tutorials should continue reading.
With Python >= 3.10 and < 3.13, perform:
poetry install
Each tutorial shall be documented via Jekyll. See the top-level Docs README for more information.
Each tutorial shall contain an accompanying sample script in the tutorial_modules folder here. This script
shall be tested as detailed below.
There should be no static typing or linting errors as checked via:
poetry run poe lint
Each script shall be tested via pytest by adding a case to the tests/testtutorials.py file.
Tests can be run via:
poetry run poe tests
After running the tests, test logs and a summary test report can be found in the .reports folder.